diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 668cd5d..64d53cd 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -36,7 +36,7 @@ jobs: - run: npm install-ci-test working-directory: javascript - - uses: cucumber/action-publish-npm@v1.1.0 + - uses: cucumber/action-publish-npm@v1.1.1 with: npm-token: ${{ secrets.NPM_TOKEN }} working-directory: javascript