Skip to content

Commit

Permalink
add yarn version plugin (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Feb 7, 2024
1 parent 32be1b1 commit 90bfc27
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: yarn install --immutable

- name: Update npm version
run: yarn version --patch
run: yarn version patch

- name: Set new version in GitHub ENV
run: echo "NEW_VERSION=$(jq '.version' package.json)" >> $GITHUB_ENV
Expand Down
Loading

0 comments on commit 90bfc27

Please sign in to comment.