Skip to content

Commit

Permalink
Create crate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 30, 2023
1 parent 8f76649 commit 8b9a2aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/crate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
path: './rookie-rs'

0 comments on commit 8b9a2aa

Please sign in to comment.