From e67bf6cca46abac8c33a06d314b8e024c87235fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 06:32:30 +0000 Subject: [PATCH] Bump rickstaa/action-create-tag from 1.6.6 to 1.7.1 Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.6.6 to 1.7.1. - [Release notes](https://github.com/rickstaa/action-create-tag/releases) - [Commits](https://github.com/rickstaa/action-create-tag/compare/v1.6.6...v1.7.1) --- updated-dependencies: - dependency-name: rickstaa/action-create-tag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-and-release.yml b/.github/workflows/preview-and-release.yml index c29a09ec6c1..bc4dc5013db 100644 --- a/.github/workflows/preview-and-release.yml +++ b/.github/workflows/preview-and-release.yml @@ -107,7 +107,7 @@ jobs: run: .\Scripts\getLatestVersion.ps1 shell: pwsh - name: Create tag - uses: rickstaa/action-create-tag@v1.6.6 + uses: rickstaa/action-create-tag@v1.7.1 with: tag: ${{ steps.GetVersion.outputs.tag }} - name: Queue Git Release