Skip to content

Commit

Permalink
chore: add automatic crate publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nydragon committed May 24, 2024
1 parent e68601d commit f63effa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Build
run: cargo build --release --verbose

- name: Publish on crates.io
uses: actions-rs/cargo@v1
with:
command: publish
args: --allow-dirty --token ${{ secrets.CARGO_TOKEN }}

- name: Generate a changelog
uses: orhun/git-cliff-action@v3
with:
Expand Down

0 comments on commit f63effa

Please sign in to comment.