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 a73f215 + 3c13d1e commit d061359Copy full SHA for d061359
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Detect and tag new version
40
id: check-version
41
if: steps.check-parent-commit.outputs.sha
42
- uses: salsify/action-detect-and-tag-new-version@v2.0.1
+ uses: salsify/action-detect-and-tag-new-version@v2.0.2
43
with:
44
version-command: |
45
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
0 commit comments