Skip to content

Commit

Permalink
Prefix tag release with something else (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph authored Sep 23, 2024
1 parent 3bd1304 commit 5eae6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git tag -a v${{ steps.latest_version.outputs.version }} -m "Release ${{ steps.latest_version.outputs.version }}"
git push origin v${{ steps.latest_version.outputs.version }}
git tag -a deno-v${{ steps.latest_version.outputs.version }} -m "Release ${{ steps.latest_version.outputs.version }}"
git push origin deno-v${{ steps.latest_version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5eae6e9

Please sign in to comment.