We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e1faeb + 0eb51a4 commit 94da650Copy full SHA for 94da650
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Detect and tag new version
43
id: check-version
44
if: steps.check-parent-commit.outputs.sha
45
- uses: salsify/action-detect-and-tag-new-version@v2.0.1
+ uses: salsify/action-detect-and-tag-new-version@v2.0.3
46
with:
47
version-command: |
48
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
0 commit comments