Skip to content

Commit

Permalink
final pkg/tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 19, 2024
1 parent 11cee79 commit f7087b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ matrix.package }}@${{ steps.publish.outputs.version }}
release_name: ${{ matrix.package }}@v${{ steps.publish.outputs.version }}
tag_name: ${{ matrix.package }}@v${{ steps.publish.outputs.version }}
release_name: ${{ matrix.package }}@${{ steps.publish.outputs.version }}
body: ""
draft: false
prerelease: true

0 comments on commit f7087b9

Please sign in to comment.