Skip to content

Commit

Permalink
Add job
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegralPilot committed Oct 30, 2023
1 parent 7d385d2 commit 1f8d252
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is deploying to crates.io 🚀
on: [push]
jobs:
Publish:
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:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 1f8d252

Please sign in to comment.