Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/deploy-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:

env:
CARGO_TERM_COLOR: always
RUSTC_BOOTSTRAP: 1

jobs:
quality-check:
uses: ./.github/workflows/rust.yml
uses: ./.github/workflows/rust-stability.yml

publish:
environment: crates.io
Expand All @@ -23,4 +22,4 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run:
cargo publish
cargo +nightly publish
1 change: 1 addition & 0 deletions .github/workflows/rust-stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Monthly stability checks

on:
workflow_dispatch:
workflow_call:
pull_request:
schedule:
- cron: '0 3 6 * *'
Expand Down
Loading