We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c7729f + 8f416ae commit 7da4943Copy full SHA for 7da4943
.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/[email protected].2
+ uses: salsify/[email protected].3
43
with:
44
version-command: |
45
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
0 commit comments