Skip to content

Commit

Permalink
Auto publish to crates.io on new tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
achanda committed Apr 14, 2022
1 parent 61550ed commit e842e0e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
tags:
- 'v.*.*'
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit e842e0e

Please sign in to comment.