Skip to content

Commit

Permalink
ci: release on crates.io manually instead of using untrusted action
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguysegarra committed Aug 26, 2022
1 parent 3a0e4e0 commit 33fe680
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: "Publish jinko on crates.io"
uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit 33fe680

Please sign in to comment.