Skip to content

Commit dfe9c86

Browse files
authored
Update publish.yml
1 parent 84c2d4b commit dfe9c86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)