diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index 38db94a81c..bafc6ae051 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -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