Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Bump salsify/action-detect-and-tag-new-version from 2.0.1 to 2.0.2
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.2.
- [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.2)

---
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 Nov 5, 2022
1 parent 639ef11 commit 34ec61e
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 @@ -38,7 +38,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.2
with:
version-command: |
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
Expand Down

0 comments on commit 34ec61e

Please sign in to comment.