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 c8ba46b commit 96b534cCopy full SHA for 96b534c
.github/workflows/npm-publish.yml
@@ -10,7 +10,6 @@ jobs:
10
runs-on: ubuntu-latest
11
permissions:
12
contents: read
13
- id-token: write
14
steps:
15
- uses: actions/checkout@v4
16
with:
@@ -24,4 +23,16 @@ jobs:
24
23
- run: npm install
25
- run: npm run build
26
- run: npm test
+ publish:
27
+ runs-on: ubuntu-latest
28
+ permissions:
29
+ id-token: write
30
+ steps:
31
+ - uses: actions/checkout@v4
32
+ with:
33
+ ref: ${{ github.event.inputs.branch }}
34
+ - uses: actions/setup-node@v3
35
36
+ node-version: "20.x"
37
+ registry-url: "https://registry.npmjs.org"
38
- run: npm publish --access public
0 commit comments