Skip to content

Commit badf7ca

Browse files
authored
Fix documentation deployment step
see JS-DevTools/npm-publish#15
1 parent 4867da7 commit badf7ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-npm.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Build NPM Package
1+
name: Create a release
22
on: workflow_dispatch
33
jobs:
44
build:
55
runs-on: ubuntu-latest
66
env:
77
WORKING_DIRECTORY: ./
8+
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
89
concurrency:
910
group: npm-${{ github.ref }}
1011
cancel-in-progress: true

0 commit comments

Comments
 (0)