Skip to content

Commit

Permalink
Bump salsify/action-detect-and-tag-new-version from 2.0.1 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [salsify/action-detect-and-tag-new-version](https://github.com/salsify/action-detect-and-tag-new-version) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/salsify/action-detect-and-tag-new-version/releases)
- [Commits](salsify/action-detect-and-tag-new-version@v2.0.1...v2.0.3)

---
updated-dependencies:
- dependency-name: salsify/action-detect-and-tag-new-version
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2023
1 parent e12fba4 commit 8ffb80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Detect and tag new version
id: check-version
if: steps.check-parent-commit.outputs.sha
uses: salsify/action-detect-and-tag-new-version@v2.0.1
uses: salsify/action-detect-and-tag-new-version@v2.0.3
with:
version-command: |
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
Expand Down

0 comments on commit 8ffb80d

Please sign in to comment.