diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45ec4ab4..84993257 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,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 }'"