Skip to content

Commit

Permalink
ci: remove cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent b277745 commit 9fec426
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- run:
cargo install cargo-edit

- run:
cargo login ${{secrets.CARGO_TOKEN}}

- name: SemVer release
id: release
uses: cocogitto/cocogitto-action@v3
Expand Down
2 changes: 0 additions & 2 deletions cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ pre_bump_hooks = [
post_bump_hooks = [
"git push",
"git push origin {{version}}",
"cargo package",
"cargo publish"
]

[git_hooks.commit-msg]
Expand Down

0 comments on commit 9fec426

Please sign in to comment.