Skip to content

Commit 92050b2

Browse files
authored
Add the checkout action to the release so that it can find the RELEASE_CHANGELOG.md file. (#43)
1 parent 2407a13 commit 92050b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
platforms: linux/amd64
5353
push: true
5454
tags: ${{ env.TAGS }}
55+
- name: Checkout
56+
uses: actions/checkout@v3
5557
- name: Create release
5658
uses: actions/create-release@v1
5759
env:

0 commit comments

Comments
 (0)