Skip to content

Commit 5cccfbd

Browse files
eustascopybara-github
authored andcommitted
try to fix release workflow
PiperOrigin-RevId: 821994464
1 parent 392c06b commit 5cccfbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ jobs:
175175
contents: write
176176

177177
steps:
178+
- name: Checkout the source
179+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
180+
with:
181+
submodules: false
182+
fetch-depth: 1
183+
178184
- name: Download all artifacts
179185
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
180186
with:
@@ -190,6 +196,7 @@ jobs:
190196
archive_build:
191197
needs: testdata_upload
192198
name: Build and test from archive
199+
needs: [publish_release_assets]
193200
runs-on: 'ubuntu-latest'
194201
defaults:
195202
run:

0 commit comments

Comments
 (0)