We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945ed78 commit 852d2dbCopy full SHA for 852d2db
.github/workflows/release.yml
@@ -28,14 +28,16 @@ jobs:
28
node-version: 24
29
registry-url: 'https://registry.npmjs.org'
30
31
+ - run: corepack enable
32
+
33
- name: git config
34
run: |
35
git config user.name "${GITHUB_ACTOR}"
36
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
37
- - run: npm install
38
+ - run: yarn install
39
40
- name: Release
- run: npm run release -- --ci ${{ inputs.version }}
41
+ run: yarn release --ci ${{ inputs.version }}
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments