Skip to content

Commit 5d8756b

Browse files
authored
Update publish.yml
1 parent e75d622 commit 5d8756b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
- name: Publish
23-
run: yarn publish --new-version $VERSION
23+
run: |
24+
echo $GITHUB_REF
25+
echo ${GITHUB_REF#"refs/tags/"}
26+
echo $VERSION
27+
yarn publish --new-version $VERSION
2428
env:
2529
VERSION: ${GITHUB_REF#"refs/tags/"}

0 commit comments

Comments
 (0)