Skip to content

Commit

Permalink
Add the checkout action to the release so that it can find the RELEAS…
Browse files Browse the repository at this point in the history
…E_CHANGELOG.md file. (#43)
  • Loading branch information
SpicyLemon authored Apr 17, 2023
1 parent 2407a13 commit 92050b2
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 @@ -52,6 +52,8 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ env.TAGS }}
- name: Checkout
uses: actions/checkout@v3
- name: Create release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 92050b2

Please sign in to comment.