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 d0d0e3d commit 3aebbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

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

0 comments on commit 3aebbd2

Please sign in to comment.