Skip to content

Commit 6fa7635

Browse files
authored
fix(cd): missing " (#501)
1 parent c587871 commit 6fa7635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
cargo binstall -y --force trunk
108108
109109
- name: Retrieve Git Commit SHA
110-
run: echo "GIT_COMMIT_SHA7=$(git rev-parse --short ${{ github.sha }}) >> $GITHUB_ENV
110+
run: echo "GIT_COMMIT_SHA7=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
111111

112112
- name: Retrieve Version
113113
run: |
@@ -172,7 +172,7 @@ jobs:
172172
run: cargo binstall -y --force cargo-tag
173173

174174
- name: Retrieve Git Commit SHA
175-
run: echo "GIT_COMMIT_SHA7=$(git rev-parse --short ${{ github.sha }}) >> $GITHUB_ENV
175+
run: echo "GIT_COMMIT_SHA7=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
176176

177177
- name: Commit Version Bump
178178
run: |

0 commit comments

Comments
 (0)