Skip to content

Commit

Permalink
Try v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Dec 20, 2022
1 parent 577a562 commit b2b04e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
check-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check version
run: |
TAG_VERSION=$(echo ${GITHUB_REF#refs/tags/v})
Expand All @@ -18,5 +19,6 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Publish
run: cargo publish
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum_hashing"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit b2b04e1

Please sign in to comment.