We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94a60d commit 957a723Copy full SHA for 957a723
.github/workflows/publish.yml
@@ -34,11 +34,11 @@ jobs:
34
- run: yarn test
35
36
- uses: JS-DevTools/npm-publish@v3
37
- if: "!github.event.release.prerelease"
+ if: ${{ !github.event.release.prerelease && !steps.version.outputs.prerelease }}
38
with:
39
token: ${{ secrets.NPM_TOKEN }}
40
access: public
41
- dry_run: true
+ dry-run: true
42
43
- name: Upload npm debug log
44
if: failure() # This step will run only if the previous steps failed
0 commit comments