Skip to content

Commit f753002

Browse files
committed
ci: correct crate publish action
1 parent 4cb8132 commit f753002

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-crates.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
build:
13-
runs-on: ubuntu-latest
12+
crate_publish:
13+
environment: "publish to crates.io"
14+
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v2
1617
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)