Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed May 20, 2024
1 parent 31e8d6a commit 8d6a313
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
- name: Checkout repository code
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: "20.10.0"
registry-url: https://registry.npmjs.org/

- name: Bump version
run: yarn version ${{ github.event.inputs.bump }}
run: yarn version --new-version ${{ github.event.inputs.bump }}

0 comments on commit 8d6a313

Please sign in to comment.