From 4a0e0f0cab806b7552f9fbbf0e352f098d9650bd Mon Sep 17 00:00:00 2001 From: Slavik Date: Wed, 8 Nov 2023 22:42:38 +0100 Subject: [PATCH] chore: update release workflow 6 --- .github/workflows/release.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c94df46..688609c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -33,6 +26,10 @@ jobs: CRATE_NAME: blockchain-cli GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + # Set + git config --global user.email "slavpas@gmail.com" + git config --global user.name "Slavik Pastushenko" + # Bump the version and create a GitHub release cargo release --execute --no-confirm patch