From 7d6d22ae594833444b34ab53aef530af8aa0d773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 16:49:34 +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 21f5caa..65fc7d0 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -55,7 +55,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'