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 cb11657 commit dc65d0fCopy full SHA for dc65d0f
.github/workflows/artifacts.yml
@@ -336,9 +336,9 @@ jobs:
336
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
337
env:
338
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
339
- - name: Wait for crate availability
340
- if: github.event_name == 'release'
341
- run: ./.github/scripts/wait_for_crates.sh ontoenv ontoenv-cli
+ #- name: Wait for crate availability
+ # if: github.event_name == 'release'
+ # run: ./.github/scripts/wait_for_crates.sh ontoenv ontoenv-cli
342
full_archive:
343
if: github.event_name == 'release'
344
runs-on: ubuntu-latest
0 commit comments