Skip to content

Commit

Permalink
fix: add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlopes committed Sep 12, 2024
1 parent e6c9ebd commit bc49658
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
GH_REPO: ${{ github.repository }}
run: gh release edit "${{ steps.draft_release.outputs.tag_name }}" --draft=false --latest

- name: Checkout
uses: actions/checkout@v4

- name: Update major/minor tags
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit bc49658

Please sign in to comment.