Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 35ea8d3

Browse files
authored
Merge pull request #798 from staticdev/dependabot/github_actions/salsify/action-detect-and-tag-new-version-2.0.2
Bump salsify/action-detect-and-tag-new-version from 2.0.1 to 2.0.2
2 parents 8029635 + 2d2cd73 commit 35ea8d3

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Detect and tag new version
3939
id: check-version
4040
if: steps.check-parent-commit.outputs.sha
41-
uses: salsify/action-detect-and-tag-new-version@v2.0.1
41+
uses: salsify/action-detect-and-tag-new-version@v2.0.2
4242
with:
4343
version-command: |
4444
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"

0 commit comments

Comments
 (0)