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 d661817 commit 554f958Copy full SHA for 554f958
.github/workflows/publish.yml
@@ -1,7 +1,9 @@
1
name: Publish Package to npmjs
2
+
3
on:
4
release:
- types: [published]
5
+ types: [created]
6
7
jobs:
8
build:
9
runs-on: ubuntu-latest
0 commit comments