Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Apr 14, 2024
1 parent 8dc92b6 commit fb6bcd4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,12 @@ jobs:
- shell: bash
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF:11}"
- uses: actions/cache@v4
with:
path: cmd/anchor/dist/windows
key: windows-${{ env.sha_short }}
- name: Set env
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}"

- shell: pwsh
run: |
Expand Down

0 comments on commit fb6bcd4

Please sign in to comment.