fix: draft release setup
This commit is contained in:
@@ -30,7 +30,10 @@ jobs:
|
||||
git config --local user.email "github-actions@github.com"
|
||||
git config --local user.name "GitHub Actions"
|
||||
|
||||
- uses: threeal/setup-yarn-action@v2.0.0
|
||||
- name: Use Node v18.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: v18.x
|
||||
|
||||
- name: Bump version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user