Skip to content

Commit

Permalink
Fix yarn version call in release-action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Nov 14, 2023
1 parent 37ba169 commit 378a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
fi
- name: Bump package.json version
run: yarn version --no-git-tag-version --new-version "$VERSION"
run: yarn version --no-git-tag-version --new-version "${VERSION#v}"

- name: Ingest upstream changes
if: |
Expand Down

0 comments on commit 378a91f

Please sign in to comment.