Skip to content

Commit 648b881

Browse files
Update release-tag.yml
Looks like we need to checkout explicitly
1 parent 77a886c commit 648b881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-tag.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
main:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v3
14+
1215
- name: Set up QEMU
1316
uses: docker/setup-qemu-action@v2
1417

0 commit comments

Comments
 (0)