Skip to content

Commit 7da4943

Browse files
authored
Merge pull request #84 from pyscript/dependabot/github_actions/salsify/action-detect-and-tag-new-version-2.0.3
Bump salsify/action-detect-and-tag-new-version from 2.0.2 to 2.0.3
2 parents 3c7729f + 8f416ae commit 7da4943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Detect and tag new version
4040
id: check-version
4141
if: steps.check-parent-commit.outputs.sha
42-
uses: salsify/[email protected].2
42+
uses: salsify/[email protected].3
4343
with:
4444
version-command: |
4545
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"

0 commit comments

Comments
 (0)