Skip to content

Commit

Permalink
fix(ci/cd): using semantic-release with npx again
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Nov 22, 2020
1 parent 9069255 commit 4fa6936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Expand Up @@ -50,6 +50,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release
run: npx semantic-release
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -48,7 +48,6 @@
"pre-commit": "1.x",
"replace": "1.2.0",
"rimraf-promise": "2.x",
"semantic-release": "^17.2.4",
"typescript": "^4.0.3"
},
"config": {
Expand Down

0 comments on commit 4fa6936

Please sign in to comment.