Skip to content

Commit

Permalink
ci(_package): fix version parse step
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent 8ab4b2c commit 3381178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Parse version
id: version
uses: semver-utils@3.1.0
uses: madhead/semver-utils@v3.1.0
with:
version: ${{ steps.packageJsonVersion.outputs.version }}

Expand Down

0 comments on commit 3381178

Please sign in to comment.