Skip to content

Commit 8d03651

Browse files
authored
Update crates.yml
1 parent 85515a1 commit 8d03651

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/crates.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ name: crates.io
55
on:
66
workflow_dispatch:
77

8-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
98
jobs:
109
build:
11-
# The type of runner that the job will run on
10+
1211
runs-on: ubuntu-latest
1312

14-
# Steps represent a sequence of tasks that will be executed as part of the job
1513
steps:
1614
- uses: actions/checkout@v2
17-
- uses: actions-rs/toolchain@v1
18-
with:
19-
toolchain: stable
20-
override: true
21-
- uses: katyo/publish-crates@v1
22-
with:
23-
dry-run: true
15+
- name: publish dry-run
16+
run: cargo publish --dry-run --verbose

0 commit comments

Comments
 (0)