We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf200a commit 073e659Copy full SHA for 073e659
1 file changed
.github/workflows/publish.yml
@@ -1,9 +1,9 @@
1
name: Publish Package
2
3
on:
4
- push:
+ create:
5
tags:
6
- - "v*"
+ - v*
7
8
permissions:
9
id-token: write # Required for OIDC
0 commit comments