Skip to content

Commit 4d0a2e6

Browse files
committed
Remove build from release workflow
1 parent 367dbef commit 4d0a2e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ on:
55
tags:
66
- '[0-9]+.*'
77

8-
env:
9-
RUSTFLAGS: -D warnings
10-
RUST_BACKTRACE: 1
11-
128
jobs:
139
create-release:
1410
if: github.repository_owner == 'rust-lang'
1511
runs-on: ubuntu-latest
1612
steps:
1713
- uses: actions/checkout@v3
18-
- name: Install Rust
19-
run: rustup update stable
20-
- run: cargo build --all
2114
- uses: taiki-e/create-gh-release-action@v1
2215
with:
2316
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)