We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77a886c + 648b881 commit 8bf1331Copy full SHA for 8bf1331
1 file changed
.github/workflows/release-tag.yml
@@ -9,6 +9,9 @@ jobs:
9
main:
10
runs-on: ubuntu-latest
11
steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v3
14
+
15
- name: Set up QEMU
16
uses: docker/setup-qemu-action@v2
17
0 commit comments