Skip to content

Commit 490f2bf

Browse files
authored
Merge pull request #69 from imguoguo/fix/skip-tos-upload-for-nightly
fix: skip TOS upload for nightly and testly builds
2 parents cf1533d + 90242ee commit 490f2bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release_full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ jobs:
756756

757757
upload-tos:
758758
needs: [publish]
759+
if: ${{ !inputs.use_fixed_tag }}
759760
uses: ./.github/workflows/upload-tos.yml
760761
with:
761762
tag: ${{ needs.publish.outputs.release_tag }}

0 commit comments

Comments
 (0)