Skip to content

Commit cfd9a52

Browse files
authored
Merge pull request #46 from fermyon/checkout-source-in-release
2 parents be176ab + 9367765 commit cfd9a52

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)