From e161d279f87ecb9ef17a69b0c9d4ddd82b8e29d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:10:00 +0000 Subject: [PATCH] build(deps): bump salsify/action-detect-and-tag-new-version Bumps [salsify/action-detect-and-tag-new-version](https://github.com/salsify/action-detect-and-tag-new-version) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/salsify/action-detect-and-tag-new-version/releases) - [Commits](https://github.com/salsify/action-detect-and-tag-new-version/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: salsify/action-detect-and-tag-new-version 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 02cd8063..2171e6a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Detect and tag new version id: check-version if: steps.check-parent-commit.outputs.sha - uses: salsify/action-detect-and-tag-new-version@v2.0.1 + uses: salsify/action-detect-and-tag-new-version@v2.0.2 with: version-command: | bash -o pipefail -c "poetry version | awk '{ print \$2 }'"