Skip to content

Commit

Permalink
📢 publish via github actions and maintenance by oct 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcl committed Oct 3, 2024
1 parent a9bd213 commit b302c20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ jobs:
toolchain: stable
override: true
- name: Login
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
run: cargo publish

0 comments on commit b302c20

Please sign in to comment.