mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
build: remove cargo publish --dry-run (#8694)
This commit is contained in:
parent
95a6698cac
commit
e58147b62c
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -25,8 +25,6 @@ jobs:
|
||||||
kind: bench
|
kind: bench
|
||||||
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest-xl' || 'ubuntu-18.04' }}
|
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest-xl' || 'ubuntu-18.04' }}
|
||||||
kind: lint
|
kind: lint
|
||||||
- os: ${{ github.repository == 'denoland/deno' && 'ubuntu-latest-xl' || 'ubuntu-18.04' }}
|
|
||||||
kind: publish-dry-run
|
|
||||||
|
|
||||||
# Always run master branch builds to completion. This allows the cache to
|
# Always run master branch builds to completion. This allows the cache to
|
||||||
# stay mostly up-to-date in situations where a single job fails due to
|
# stay mostly up-to-date in situations where a single job fails due to
|
||||||
|
@ -268,10 +266,6 @@ jobs:
|
||||||
target/release/lib.deno.d.ts
|
target/release/lib.deno.d.ts
|
||||||
draft: true
|
draft: true
|
||||||
|
|
||||||
- name: Publish Dry Run
|
|
||||||
if: matrix.kind == 'publish-dry-run'
|
|
||||||
run: cd cli && cargo publish --dry-run
|
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
if: |
|
if: |
|
||||||
startsWith(matrix.os, 'ubuntu') &&
|
startsWith(matrix.os, 'ubuntu') &&
|
||||||
|
|
Loading…
Reference in a new issue