From a5847dd15bf1dd2f2e116e0967c14fc241f5ca92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:27:53 +0000 Subject: [PATCH] Bump JasonEtco/build-and-tag-action from 1 to 2 Bumps [JasonEtco/build-and-tag-action](https://github.com/jasonetco/build-and-tag-action) from 1 to 2. - [Release notes](https://github.com/jasonetco/build-and-tag-action/releases) - [Commits](https://github.com/jasonetco/build-and-tag-action/compare/v1...v2) --- updated-dependencies: - dependency-name: JasonEtco/build-and-tag-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61a8a65..22059f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,6 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Install deps and build run: npm ci && npm run build - - uses: JasonEtco/build-and-tag-action@v1 + - uses: JasonEtco/build-and-tag-action@v2 env: GITHUB_TOKEN: ${{ github.token }}