Skip to content

Commit

Permalink
Merge pull request #150 from achanda/autopublish
Browse files Browse the repository at this point in the history
Auto publish to crates.io on new tag push
  • Loading branch information
achanda authored Apr 14, 2022
2 parents 61550ed + e842e0e commit 6d4e4ba
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 6d4e4ba

Please sign in to comment.