Skip to content

Commit 94da650

Browse files
authored
Merge pull request #5 from 56kyle/dependabot/github_actions/salsify/action-detect-and-tag-new-version-2.0.3
Bump salsify/action-detect-and-tag-new-version from 2.0.1 to 2.0.3
2 parents 5e1faeb + 0eb51a4 commit 94da650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Detect and tag new version
4343
id: check-version
4444
if: steps.check-parent-commit.outputs.sha
45-
uses: salsify/action-detect-and-tag-new-version@v2.0.1
45+
uses: salsify/action-detect-and-tag-new-version@v2.0.3
4646
with:
4747
version-command: |
4848
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"

0 commit comments

Comments
 (0)