Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
ci(publish): fix npm version command
Browse files Browse the repository at this point in the history
  • Loading branch information
gliech committed Sep 6, 2020
1 parent 5ac8446 commit efc35e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: "12.x"

- name: Update local package version
run: npm version --no-git-tag-version --from-git
run: npm --no-git-tag-version version ${{ github.ref }}

- name: Publish to npm
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit efc35e7

Please sign in to comment.