Skip to content

Commit

Permalink
ci: fix release-plz workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Feb 9, 2025
1 parent 307fad5 commit 90145cf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ permissions:
contents: write

on:
workflow_call:
secrets:
CARGO_REGISTRY_TOKEN:
description: "Token to publish to crates.io"
required: true
push:
branches:
- main
workflow_dispatch:

jobs:
release-plz:
Expand Down

0 comments on commit 90145cf

Please sign in to comment.