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 f59f8c2 commit 2a925f9Copy full SHA for 2a925f9
.github/workflows/build.yml
@@ -3,7 +3,7 @@ permissions:
3
contents: write
4
on:
5
release:
6
- types: [released]
+ types: [prereleased, released, published]
7
8
jobs:
9
build:
.github/workflows/publish.yml
@@ -1,7 +1,7 @@
1
name: Build Library and Publish Package to npmjs
2
runs-on: ubuntu-latest
0 commit comments