Skip to content

Commit

Permalink
Checkout code prior to creating github release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Blaisot committed Oct 17, 2023
1 parent 5ba7ed9 commit caa2310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
create_release:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create the release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit caa2310

Please sign in to comment.