Skip to content

Commit

Permalink
update tags github action #64
Browse files Browse the repository at this point in the history
  • Loading branch information
frosklis committed Mar 29, 2021
1 parent 561303f commit a26f983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
toolchain: stable
- name: Publish to crates.io
run: cargo publish --token ${secrets.CARGO_TOKEN}
env:
CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
run: cargo publish --token ${CARGO_TOKEN}
- name: Bump version for development
run: |
git checkout -b temporal_branch
Expand Down

0 comments on commit a26f983

Please sign in to comment.