Skip to content

Commit

Permalink
Update publish CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle committed Jul 19, 2020
1 parent acccae0 commit 444eb1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package to rust package registry
if: startsWith(github.ref, 'refs/tags/')
# Push to crates.io only once.
if: matrix.os == 'ubuntu-latest'
run: |
cargo package
cargo publish --token ${{ secrets.CARGO_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nakatoshi"
version = "0.1.2"
version = "0.1.3"
authors = ["ndelvalle <nicolas.delvalle@gmail.com>"]
edition = "2018"
description = "Bitcoin vanity address generator"
Expand Down

0 comments on commit 444eb1b

Please sign in to comment.