Skip to content

Commit b9f7473

Browse files
authored
Update publish.yml
1 parent de1af11 commit b9f7473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22+
- name: Echo
23+
run: echo $GITHUB_REF
2224
- name: Publish
23-
run: yarn publish --new-version $VERSION
24-
env:
25-
VERSION: ${{ steps.semantic.outputs.release-version }}
25+
run: yarn publish --new-version $GITHUB_REF

0 commit comments

Comments
 (0)