Skip to content

Commit

Permalink
ci(release): checkout before trying to release
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 26, 2024
1 parent 70d9156 commit b955b5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
commitmsg: ${{ github.event.head_commit.message }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install

- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b955b5e

Please sign in to comment.