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 7602bc8 commit 5355393Copy full SHA for 5355393
1 file changed
.github/workflows/release.yml
@@ -5,10 +5,11 @@ name: Create New Release
5
6
on:
7
release:
8
- types: [released]
+ types: [created]
9
10
jobs:
11
build:
12
+ if: "!github.event.release.prerelease"
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
@@ -20,6 +21,7 @@ jobs:
20
21
- run: npm test
22
23
publish-npm:
24
25
needs: build
26
27
@@ -37,6 +39,7 @@ jobs:
37
39
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
38
40
41
publish-gpr:
42
43
44
45
0 commit comments