Skip to content

Commit

Permalink
ci: Missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed May 13, 2024
1 parent bd6df5f commit 4577425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Create release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 4577425

Please sign in to comment.