Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 19, 2024
1 parent 87f358a commit 8eeda3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on: workflow_dispatch

env:
CARGO_TERM_COLOR: always
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}

jobs:
release:
Expand All @@ -14,7 +13,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- run: cargo install cargo-edit sd
- run: |
cargo login ${{secrets.CARGO_TOKEN}}
cargo install cargo-edit sd
- id: release
uses: oknozor/cocogitto-action@v3
with:
Expand Down

0 comments on commit 8eeda3d

Please sign in to comment.