Skip to content

Commit 9367765

Browse files
committed
Checkout source code in release to be able to use script
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
1 parent be176ab commit 9367765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ jobs:
194194
needs: release
195195
steps:
196196

197+
- name: checkout source
198+
uses: actions/checkout@v3
199+
197200
- name: set the release version (tag)
198201
if: startsWith(github.ref, 'refs/tags/v')
199202
shell: bash

0 commit comments

Comments
 (0)