We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"
1 parent c587871 commit 6fa7635Copy full SHA for 6fa7635
.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
107
cargo binstall -y --force trunk
108
109
- name: Retrieve Git Commit SHA
110
- run: echo "GIT_COMMIT_SHA7=$(git rev-parse --short ${{ github.sha }}) >> $GITHUB_ENV
+ run: echo "GIT_COMMIT_SHA7=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
111
112
- name: Retrieve Version
113
run: |
@@ -172,7 +172,7 @@ jobs:
172
run: cargo binstall -y --force cargo-tag
173
174
175
176
177
- name: Commit Version Bump
178
0 commit comments