Skip to content

Commit 871eec7

Browse files
committed
Reenable publishing; warn that release-opt may go away
1 parent afd8d39 commit 871eec7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,7 @@ jobs:
333333
env:
334334
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
335335

336-
- name: Publish the release # FIXME: Reenable this.
337-
if: false
336+
- name: Publish the release
338337
run: gh release --repo="$REPOSITORY" edit "$VERSION" --draft=false
339338
env:
340339
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ panic = "unwind"
213213
incremental = false
214214
build-override = { opt-level = 0 }
215215

216+
# This profile is currently used in building releases for GitHub.
217+
# It may be removed at any time and should not otherwise be relied on.
216218
[profile.release-opt]
217219
inherits = "release"
218220
lto = "fat"

0 commit comments

Comments
 (0)