Skip to content

Commit

Permalink
setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Nov 7, 2023
1 parent 6c97e92 commit 5042751
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
run: cargo test --features ci
- name: Install cargo-release
run: cargo install cargo-release
- name: Publish crate
- uses: cargo-bins/release-pr@v2
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: yes | cargo-release release ${{ github.event.release.tag_name }} --execute --no-tag --no-verify --allow-branch \*
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ github.event.release.tag_name }}
crate-release-all: true
2 changes: 2 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
verify = false
tag = false

0 comments on commit 5042751

Please sign in to comment.