Skip to content

Commit 6415c6a

Browse files
committed
Fix release artifacts build parameter
1 parent 4bfdc63 commit 6415c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: ./.github/workflows/build-artifacts.yml
3838
with:
3939
version: ${{ needs.compute-version.outputs.version }}
40-
staging: true
40+
staging: false
4141
go-integration-tests: true
4242

4343
upload-pre-pypi-artifacts:

0 commit comments

Comments
 (0)