From 7a7616e515c4936b5679892b24d219d6d442b9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 08:03:17 +0000 Subject: [PATCH] Bump rickstaa/action-create-tag from 1.2.2 to 1.3.1 Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.2.2 to 1.3.1. - [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.2...v1.3.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/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 5e8ed15d1..222df1118 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.2 + uses: rickstaa/action-create-tag@v1.3.1 with: tag: ${{ steps.GetVersion.outputs.tag }} - name: Queue Git Release