Skip to content

Commit

Permalink
ci(release): prevent npm publish for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lfantone committed Aug 18, 2023
1 parent af64a49 commit 9ba094a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: npm clean-install
- name: Semantic release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_ENV: production
HUSKY: 0
run: |
Expand Down
5 changes: 4 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
],
"@semantic-release/changelog",
[
"@semantic-release/npm"
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/github",
Expand Down

0 comments on commit 9ba094a

Please sign in to comment.