Skip to content

Commit

Permalink
chore: 🤖 use old version
Browse files Browse the repository at this point in the history
due to issue release-it/release-it#1014

Signed-off-by: kodai3 <[email protected]>
  • Loading branch information
kodai3 committed Sep 5, 2024
1 parent 8a81506 commit 2fd6f63
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 @@ -40,7 +40,7 @@ jobs:
run: npm run build

- name: Release
run: npx release-it -i ${{ github.event.inputs.semver }} --ci
run: npx release-it@15.10.3 -i ${{ github.event.inputs.semver }} --ci

- name: Set PACKAGE_VERSION
run: echo "PACKAGE_VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
Expand Down

0 comments on commit 2fd6f63

Please sign in to comment.