Skip to content

Commit

Permalink
Skip checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zastrowm committed Feb 4, 2024
1 parent dd90452 commit 7cbf31c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
build:
name: Build & release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@
},
"npm": {
"ignoreVersion": true,
"publish": true,
"publishArgs": "--dry-run"
"publish": false,
"publishArgs": "--dry-run",
"skipChecks": true
},
"github": {
"release": true
Expand Down

0 comments on commit 7cbf31c

Please sign in to comment.