From a3abdfa717ce78520ca53816410bf3c8d75a4220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:29:37 +0000 Subject: [PATCH] chore(deps): update cucumber/action-publish-npm action to v1.1.1 --- .github/workflows/release-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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