[go: up one dir, main page]

Skip to content

Commit

Permalink
fix: draft release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Nov 22, 2024
1 parent 21ab9bf commit 46ba793
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
git config --local user.email "github-actions@github.com"
git config --local user.name "GitHub Actions"
- name: Use Node v18.x
uses: actions/setup-node@v4
with:
node-version: v18.x
- uses: ./.github/actions/yarn-install

- name: Bump version
run: |
Expand Down

0 comments on commit 46ba793

Please sign in to comment.