We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf1533d + 90242ee commit 490f2bfCopy full SHA for 490f2bf
1 file changed
.github/workflows/release_full.yml
@@ -756,6 +756,7 @@ jobs:
756
757
upload-tos:
758
needs: [publish]
759
+ if: ${{ !inputs.use_fixed_tag }}
760
uses: ./.github/workflows/upload-tos.yml
761
with:
762
tag: ${{ needs.publish.outputs.release_tag }}
0 commit comments