Skip to content

Commit

Permalink
[#114] Use checkout on create release
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Jul 5, 2024
1 parent aba4fb6 commit 6600a33
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 @@ -13,6 +13,8 @@ jobs:
name: Create release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- run: gh release create ${{ github.ref_name }}
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 6600a33

Please sign in to comment.