Skip to content

Commit fa74070

Browse files
authored
Update publish.yml
1 parent 573967b commit fa74070

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
- name: Publish
23-
run: yarn publish
23+
run: yarn publish --new-version $VERSION
24+
env:
25+
VERSION: $RELEASE_VERSION
2426

0 commit comments

Comments
 (0)