Skip to content

Commit 46ba793

Browse files
committed
fix: draft release setup
1 parent 21ab9bf commit 46ba793

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/draft-release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ jobs:
3030
git config --local user.email "github-actions@github.com"
3131
git config --local user.name "GitHub Actions"
3232
33-
- name: Use Node v18.x
34-
uses: actions/setup-node@v4
35-
with:
36-
node-version: v18.x
33+
- uses: ./.github/actions/yarn-install
3734

3835
- name: Bump version
3936
run: |

0 commit comments

Comments
 (0)