Skip to content

Commit 771a2aa

Browse files
committed
Remove redundant github release action properties
1 parent 420ed72 commit 771a2aa

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,9 @@ jobs:
8787
token: ${{ secrets.GITHUB_TOKEN }}
8888

8989
release:
90-
needs: [setup-environment, publish-dry-run]
90+
needs: [publish-dry-run]
9191
name: ${{ matrix.target }}
9292
runs-on: ${{ matrix.os }}
93-
env:
94-
CARGO_CACHE_KEY: ${{ needs.setup-environment.outputs.cargo_cache_key }}
9593
strategy:
9694
fail-fast: false
9795
matrix:
@@ -100,26 +98,20 @@ jobs:
10098
target: x86_64-unknown-linux-gnu
10199
os: ubuntu-latest
102100
cross: false
103-
deb: false
104101
- prefix: i686-linux
105102
target: i686-unknown-linux-gnu
106103
os: ubuntu-latest
107104
cross: true
108-
deb: true
109105
- prefix: aarch64-linux
110106
target: aarch64-unknown-linux-gnu
111107
os: ubuntu-latest
112108
cross: true
113-
deb: true
114109
- os: macos-11
115110
target: x86_64-apple-darwin
116111
cross: true
117-
deb: false
118112
- os: macos-11
119113
target: aarch64-apple-darwin
120114
cross: true
121-
deb: false
122-
123115
steps:
124116
- uses: actions/checkout@v4
125117
- uses: taiki-e/upload-rust-binary-action@v1

0 commit comments

Comments
 (0)