fix: draft release setup

This commit is contained in:
Omar López
2024-11-22 13:30:15 -07:00
parent 05c8b53444
commit 21ab9bf109
+4 -1
View File
@@ -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: |