Skip to content

Commit

Permalink
ci: fix release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed Mar 24, 2024
1 parent 61a858d commit 98da9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
files: dist/shell-extension.zip
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
body: "Release ${{ github.ref }}"
tag_name: ${{ github.ref_name }}
body: "Release ${{ github.ref_name }}"
draft: false
prerelease: false

0 comments on commit 98da9e6

Please sign in to comment.