Skip to content

Commit

Permalink
ci: fix configure pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Mar 9, 2024
1 parent cde5162 commit b38cee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit b38cee8

Please sign in to comment.