Skip to content

Commit 354a15d

Browse files
committed
publish dry-run
1 parent 7348b07 commit 354a15d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Publish
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
publish:
7+
name: Publish
8+
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v2
14+
- name: Publish
15+
run:
16+
cargo publish --dry-run

0 commit comments

Comments
 (0)