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 7b255be commit db91174Copy full SHA for db91174
.github/workflows/npm-publish.yml
@@ -3,7 +3,7 @@ on:
3
workflow_dispatch:
4
inputs:
5
branch:
6
- description: 'Git branch to build and publish'
+ description: "Git branch to build and publish"
7
required: true
8
jobs:
9
build:
@@ -17,8 +17,8 @@ jobs:
17
ref: ${{ github.event.inputs.branch }}
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: '20.x'
21
- registry-url: 'https://registry.npmjs.org'
+ node-version: "20.x"
+ registry-url: "https://registry.npmjs.org"
22
- run: npm install -g npm
23
- run: npm install
24
- run: npm test
@@ -34,3 +34,4 @@ jobs:
34
"v$version"
35
env:
36
BRANCH_NAME: ${{ github.event.inputs.branch }}
37
+ GH_TOKEN: ${{ github.token }}
0 commit comments