From da08711a656f2e99d5a0f2a9711de5b25c5a8f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 06:39:18 +0000 Subject: [PATCH] Bump richardsimko/update-tag from 1.0.7 to 1.0.8 Bumps [richardsimko/update-tag](https://github.com/richardsimko/update-tag) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/richardsimko/update-tag/releases) - [Commits](https://github.com/richardsimko/update-tag/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: richardsimko/update-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c1865d..885a869 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Tag Release - uses: richardsimko/update-tag@v1.0.7 + uses: richardsimko/update-tag@v1.0.8 with: tag_name: ${{ steps.version.outputs.release_version }} env: