Skip to content

Commit

Permalink
chore: update release workflow 6
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-pastushenko committed Nov 8, 2023
1 parent 9c3d06c commit 4a0e0f0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
with:
rust-version: stable

- name: Set up GitHub CLI
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Configure GitHub CLI with the provided token
gh config set -h github.com token $GH_TOKEN
- name: Install cargo-release
run: cargo install cargo-release

Expand All @@ -33,6 +26,10 @@ jobs:
CRATE_NAME: blockchain-cli
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Set
git config --global user.email "[email protected]"
git config --global user.name "Slavik Pastushenko"
# Bump the version and create a GitHub release
cargo release --execute --no-confirm patch
Expand Down

0 comments on commit 4a0e0f0

Please sign in to comment.