Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 18, 2024
1 parent a695cef commit 3a6e8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ on:
pull_request:
branches:
- main

env:
CARGO_TERM_COLOR: always

jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
verify-msrv:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git-user: "Mitch"
git-user-email: "[email protected]"
- run: cog changelog --at ${{ steps.release.outputs.version }}
- run: cargo publish --dry-run
- run: cargo publish
- uses: softprops/action-gh-release@v2
with:
body_path: CHANGELOG.md
Expand Down

0 comments on commit 3a6e8c0

Please sign in to comment.