From fe547eb02afb360f366ce434a4e76724d0aa3bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 08:05:08 +0000 Subject: [PATCH] Bump rickstaa/action-create-tag from 1.3.1 to 1.3.2 Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.3.1 to 1.3.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.3.1...v1.3.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 222df1118..df0b19c3a 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.3.1 + uses: rickstaa/action-create-tag@v1.3.2 with: tag: ${{ steps.GetVersion.outputs.tag }} - name: Queue Git Release