From 86f8b67ee1bb167099a29c7267b45588bbd05d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 16:35:19 +0000 Subject: [PATCH] Bump bevry-actions/npm from 1.1.1 to 1.1.2 Bumps [bevry-actions/npm](https://github.com/bevry-actions/npm) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/bevry-actions/npm/releases) - [Commits](https://github.com/bevry-actions/npm/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: bevry-actions/npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bevry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index b3519fe..7731917 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -52,7 +52,7 @@ jobs: - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.1 + uses: bevry-actions/npm@v1.1.2 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next'