Skip to content

Commit a1e3924

Browse files
committed
Align released package with release version
1 parent ea4558e commit a1e3924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
node-version: ${{ steps.node-version.outputs.node-version }}
2323
registry-url: 'https://registry.npmjs.org'
2424
- run: yarn
25+
- run: yarn version ${{ github.event.release.name }}
2526
- run: yarn pack
2627
- run: npm publish package.tgz --provenance --access public
2728
env:

0 commit comments

Comments
 (0)