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 5b2bf0e commit 5546086Copy full SHA for 5546086
.github/workflows/ci.yaml
@@ -217,6 +217,8 @@ jobs:
217
# pushes them as a multi-platform package. We only push the package it the
218
# XPKG_ACCESS_ID and XPKG_TOKEN secrets were provided.
219
push-xpkg:
220
+ # Don't publish unless we were run with an explicit version.
221
+ if: ${{ inputs.version != '' }}
222
needs:
223
- build-xpkg
224
runs-on: ubuntu-24.04
0 commit comments