Skip to content

Commit

Permalink
next version for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Mar 8, 2024
1 parent 8d57b24 commit 4dbeb93
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 184 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,16 @@ jobs:
target: ${{ matrix.target }}
bin: hprof-slurp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish-crate:
name: "Publish on crates.io"
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.CARGO_TOKEN }}
Loading

0 comments on commit 4dbeb93

Please sign in to comment.