Skip to content

Commit 90145cf

Browse files
committed
ci: fix release-plz workflow
1 parent 307fad5 commit 90145cf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ permissions:
77
contents: write
88

99
on:
10-
workflow_call:
11-
secrets:
12-
CARGO_REGISTRY_TOKEN:
13-
description: "Token to publish to crates.io"
14-
required: true
10+
push:
11+
branches:
12+
- main
13+
workflow_dispatch:
1514

1615
jobs:
1716
release-plz:

0 commit comments

Comments
 (0)