Skip to content

Commit

Permalink
feat: s
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Feb 1, 2024
1 parent 08ece99 commit e073013
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
override: true
components: rustfmt, clippy

- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish --registry crates-io

- name: Release drafter
uses: release-drafter/release-drafter@v5
env:
Expand All @@ -68,8 +73,3 @@ jobs:
publish: true
name: ${{ github.ref_name }}
tag: ${{ github.ref_name }}

- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish --registry crates-io

0 comments on commit e073013

Please sign in to comment.