Skip to content

Commit

Permalink
Update npmpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
montumodi committed May 16, 2020
1 parent bf65756 commit 3655c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: git remote set-url --push origin https://montumodi:$GITHUB_TOKEN@github.com/${{github.repository}}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm version minor
- run: npm version minor --no-git-tag-version
- run: git push origin HEAD:master
- run: npm publish
env:
Expand Down

0 comments on commit 3655c1c

Please sign in to comment.