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 bb8dcdd commit 2cbc15dCopy full SHA for 2cbc15d
.github/workflows/build.yml
@@ -53,8 +53,6 @@ jobs:
53
steps:
54
- uses: actions/checkout@v2
55
- uses: actions/download-artifact@v4
56
- with:
57
- name: prebuilds
58
- uses: actions/setup-node@v3
59
with:
60
registry-url: 'https://registry.npmjs.org'
.github/workflows/release.yml
@@ -24,13 +24,17 @@ jobs:
24
25
26
27
28
29
30
31
32
- run: npm install
33
- run: npm publish
+
+ tag:
34
+ needs: publish
35
+ permissions:
36
+ content: write
37
+ steps:
38
- id: pkg
39
run: |
40
content=`cat ./package.json | tr '\n' ' '`
0 commit comments