mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
fix publish ci (#1522)
This commit is contained in:
parent
5666d81c7b
commit
2c5db866a2
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -258,6 +258,7 @@ jobs:
|
||||
publish:
|
||||
needs: build
|
||||
runs-on: ${{ github.repository == 'denoland/rusty_v8' && 'ubuntu-22.04-xl' || 'ubuntu-22.04' }}
|
||||
if: github.repository == 'denoland/rusty_v8' && startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Configure git
|
||||
run: git config --global core.symlinks true
|
||||
@ -285,13 +286,6 @@ jobs:
|
||||
merge-multiple: true
|
||||
|
||||
- name: Publish
|
||||
if: github.repository == 'denoland/rusty_v8'
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
DRY_RUN: ${{ startsWith(github.ref, 'refs/tags/') == false }}
|
||||
run: |
|
||||
args="-vv --locked --allow-dirty"
|
||||
if [ "$DRY_RUN" = "true" ]; then
|
||||
args="$args --dry-run"
|
||||
fi
|
||||
cargo publish $args
|
||||
run: cargo publish -vv --locked --allow-dirty
|
||||
|
Loading…
Reference in New Issue
Block a user