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.
2 parents c5d17be + 8c3679d commit f912971Copy full SHA for f912971
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [created]
6
7
+permissions:
8
+ contents: read
9
+ packages: write
10
+
11
jobs:
12
publish-npm:
13
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -10,6 +10,9 @@ on: # rebuild any PRs and main branch changes
- main
- 'releases/*'
14
15
16
17
build: # make sure build/ci work properly
18
0 commit comments