Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 15, 2024
1 parent acd4c32 commit 87ed398
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}


# - name: Create GitHub Release
# run: |
# next_version=${{ steps.bump-release-calver.outputs.next_version }}"
- name: Create GitHub Release
run: |
next_version=${{ steps.bump-release-calver.outputs.next_version }}"
echo "Next version: $next_version"
# mv swpserver.tar.gz swpserver-$next_version.tar.gz
# COMMIT_MSG=$(git log -1 --pretty=%B)
# gh release create "v$next_version-dev" swpserver-$next_version.tar.gz\
Expand Down

0 comments on commit 87ed398

Please sign in to comment.