Skip to content

Commit feeef2e

Browse files
marko-bekhtayrodiere
authored andcommitted
Remove unnecessary quoting for commit hash in the app-version
1 parent 54a704b commit feeef2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Generate app version
8181
id: app-version
8282
run: |
83-
echo "VALUE=1.0.0-$(date -u "+%Y%m%d%H%M%S")-\"$COMMIT_SHA\"" >> "$GITHUB_OUTPUT"
83+
echo "VALUE=1.0.0-$(date -u "+%Y%m%d%H%M%S")-$COMMIT_SHA" >> "$GITHUB_OUTPUT"
8484
env:
8585
COMMIT_SHA: ${{ github.sha }}
8686

0 commit comments

Comments
 (0)