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

Commit

Permalink
fix: publish github action (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Feb 10, 2021
1 parent 5a543ff commit 4ffbc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: yarn install --frozen-lockfile

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

- name: Publish to npm
run: yarn publish --access public
Expand Down

0 comments on commit 4ffbc21

Please sign in to comment.