We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef785f commit 56bbf2cCopy full SHA for 56bbf2c
.github/workflows/release.yml
@@ -62,6 +62,9 @@ jobs:
62
needs: build
63
runs-on: ubuntu-latest
64
steps:
65
+ - name: Checkout
66
+ uses: actions/checkout@v4
67
+
68
- name: Download all artifacts
69
uses: actions/download-artifact@v4
70
with:
@@ -76,11 +79,6 @@ jobs:
76
79
echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
77
80
fi
78
81
- - name: Checkout for source tarball
- uses: actions/checkout@v4
- with:
82
- clean: false
83
-
84
- name: Generate source tarball
85
run: |
86
VERSION="${{ steps.version.outputs.version }}"
0 commit comments