Skip to content

Commit

Permalink
Update bump-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Feb 7, 2024
1 parent 88e52fa commit c462c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
chmod +x ./scripts/ci/solana-version.sh
echo "CI_TAG=v$(cat VERSION)" >> $GITHUB_ENV
SOLANA_VERSION="$(./scripts/ci/solana-version.sh)"
SOLANA_VERSION="v${SOLANA_VERSION#=}"
SOLANA_VERSION="${SOLANA_VERSION#=}"
echo "SOLANA_VERSION=$SOLANA_VERSION" >> "$GITHUB_ENV"
- uses: ./.github/actions/setup-solana/
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
echo "CI_TAG=v$(cat VERSION)" >> $GITHUB_ENV
echo "OLD_VERSION=v$(cat OLD_VERSION)" >> $GITHUB_ENV
SOLANA_VERSION="$(./scripts/ci/solana-version.sh)"
SOLANA_VERSION="v${SOLANA_VERSION#=}"
SOLANA_VERSION="${SOLANA_VERSION#=}"
echo "SOLANA_VERSION=$SOLANA_VERSION" >> "$GITHUB_ENV"
chmod +x ./scripts/ci/rust-version.sh
source scripts/ci/rust-version.sh
Expand Down

0 comments on commit c462c7e

Please sign in to comment.