Skip to content

Commit

Permalink
Merge pull request #151 from achanda/update-publish-job
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
achanda authored Apr 14, 2022
2 parents 6d4e4ba + 7c9ff1b commit c0e04d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Publish to crates.io
on:
push:
tags:
- 'v.*.*'
steps:

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit c0e04d5

Please sign in to comment.