Skip to content

Commit

Permalink
Update release-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHackett12 authored Feb 27, 2024
1 parent 5ea1ac3 commit 8de0ab4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Setup node

- uses: actions/setup-node@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
Expand Down Expand Up @@ -70,4 +69,4 @@ jobs:
release
automated pr
signoff: false
draft: false
draft: false

0 comments on commit 8de0ab4

Please sign in to comment.