Skip to content

Commit

Permalink
Bump ws-action-parse-semver version
Browse files Browse the repository at this point in the history
Resolve a deprecated method issue with the release workflow, by bumping the underlying third-party action version.
  • Loading branch information
alan-cooney authored Jan 16, 2023
1 parent aa9946d commit bb760a9
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 @@ -16,7 +16,7 @@ jobs:
steps:
- name: Parse semver string
id: semver_parser
uses: booxmedialtd/[email protected].6
uses: booxmedialtd/[email protected].7
with:
input_string: ${{ github.event.release.tag_name }}
outputs:
Expand Down

0 comments on commit bb760a9

Please sign in to comment.