Skip to content

Commit

Permalink
yet more workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Jun 21, 2024
1 parent 3f5a4f4 commit 9c9c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
if [[ "${{ github.event.head_commit.message }}" == *"Create Release"* ]] ; then
echo "do_release=true" >> $GITHUB_OUTPUT
git tag -a "release-$VERSION" -m "Release $VERSION"
git tag -a "release-v$VERSION" -m "Release $VERSION"
git push origin "release-v$VERSION"
elif [[ ${{ github.ref }} == "refs/tags/release-v"* ]] ; then
echo "do_release=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9c9c300

Please sign in to comment.