From 6a350ac211a3086e22b71a0f5b463e52370e1426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 08:14:39 +0000 Subject: [PATCH] Bump rickstaa/action-create-tag from 1.2.1 to 1.2.2 Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/rickstaa/action-create-tag/releases) - [Changelog](https://github.com/rickstaa/action-create-tag/blob/main/CHANGELOG.md) - [Commits](https://github.com/rickstaa/action-create-tag/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: rickstaa/action-create-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index add5953fb..e33e220ce 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -105,7 +105,7 @@ jobs: run: .\scripts\getLatestVersion.ps1 shell: pwsh - name: Create tag - uses: rickstaa/action-create-tag@v1.2.1 + uses: rickstaa/action-create-tag@v1.2.2 with: tag: ${{ steps.GetVersion.outputs.tag }} - name: Queue Git Release