Skip to content

Commit 5a400b7

Browse files
committed
fix: updated release.yml
1 parent b3d180d commit 5a400b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
run: yarn prepare
4848

4949
- name: Publish package
50-
run: yarn release
50+
run: yarn release ${{ github.event.release.tag_name }}
5151
env:
5252
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)