Skip to content

Commit

Permalink
ci: check out repo in release step so gh cli tool works
Browse files Browse the repository at this point in the history
  • Loading branch information
thefakeplace committed Dec 28, 2023
1 parent 0dec1ab commit 6bb9cbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v2

- name: Create release
shell: bash
run: |
Expand Down

0 comments on commit 6bb9cbc

Please sign in to comment.