Skip to content

Commit

Permalink
ci: add cargo-bump and crates.io token
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jan 18, 2022
1 parent 50063e1 commit 17fb92e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
release:
name: Tests
name: SemVer release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -24,6 +24,12 @@ jobs:
profile: minimal
toolchain: stable

- run:
cargo install cargo-bump

- run:
cargo login ${{secrets.CARGO_TOKEN}}

- name: SemVer release
uses: cocogitto/cocogitto-action@v2
with:
Expand Down

0 comments on commit 17fb92e

Please sign in to comment.