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 e6edefc commit a0a49acCopy full SHA for a0a49ac
.github/workflows/npm-publish-prerelease.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
publish-npm:
9
+ if: "github.event.release.prerelease"
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
.github/workflows/npm-publish.yml
@@ -7,6 +7,7 @@ on:
+ if: "!github.event.release.prerelease"
13
- uses: actions/setup-node@v2
0 commit comments