Skip to content

Commit 83a9372

Browse files
committed
Use package name and version for release tags
1 parent 5eda4e3 commit 83a9372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
with:
64-
tag_name: v${{ steps.packageJson.outputs.VERSION }}
64+
tag_name: ${{ steps.packageJson.outputs.NAME }}-${{ steps.packageJson.outputs.VERSION }}
6565
release_name: ${{ steps.packageJson.outputs.NAME }}-${{ steps.packageJson.outputs.VERSION }}
6666
draft: false
6767
prerelease: true

0 commit comments

Comments
 (0)