Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 4ffbc21

Browse files
authored
fix: publish github action (#160)
1 parent 5a543ff commit 4ffbc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn install --frozen-lockfile
2323

2424
- name: Version
25-
run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version --no-commit-hooks
25+
run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version --no-commit-hooks
2626

2727
- name: Publish to npm
2828
run: yarn publish --access public

0 commit comments

Comments
 (0)