We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392c06b commit 42aee32Copy full SHA for 42aee32
.github/workflows/release.yaml
@@ -175,6 +175,12 @@ jobs:
175
contents: write
176
177
steps:
178
+ - name: Checkout the source
179
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
180
+ with:
181
+ submodules: false
182
+ fetch-depth: 1
183
+
184
- name: Download all artifacts
185
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
186
with:
@@ -190,6 +196,7 @@ jobs:
190
196
archive_build:
191
197
needs: testdata_upload
192
198
name: Build and test from archive
199
+ needs: [publish_release_assets]
193
200
runs-on: 'ubuntu-latest'
194
201
defaults:
195
202
run:
0 commit comments