Skip to content

Commit

Permalink
Update CRATE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 30, 2023
1 parent 1bd2473 commit 0994193
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/CRATE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ on:
permissions:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
path: './rookie-rs'
jobs:
release:
runs-on: ubuntu-latest
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 0994193

Please sign in to comment.