Skip to content

Commit

Permalink
Build releases before release
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Oct 17, 2023
1 parent 5a0bd39 commit 0cb1649
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
with:
toolchain: stable
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
with:
command: build
args: --release
env:
RUSTFLAGS: "--cfg tracing_unstable"
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 0cb1649

Please sign in to comment.