We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fb73a commit 636722dCopy full SHA for 636722d
1 file changed
.github/workflows/publish.yml
@@ -2,9 +2,12 @@ name: Node.js CI
2
permissions:
3
contents: write
4
packages: write
5
+ id-token: write
6
on:
7
push:
8
branches: [master]
9
+ tags:
10
+ - "v*"
11
pull_request:
12
13
0 commit comments