Skip to content

Commit

Permalink
Fix documentation deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Apr 8, 2022
1 parent 4867da7 commit badf7ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Build NPM Package
name: Create a release
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
env:
WORKING_DIRECTORY: ./
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
concurrency:
group: npm-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit badf7ca

Please sign in to comment.