Skip to content

Commit 03bff4e

Browse files
committed
Update build.yaml
1 parent b265874 commit 03bff4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
2323
- name: Replace version hash
2424
run: |
25-
sed -i "s/\(const VERSION: &str = \"\)[a-f0-9]\{7\}\"/\1$COMMIT_HASH\"/" src/shared/memory.rs)"
25+
sed -i "s/\(const VERSION: &str = \"\)[a-f0-9]\{7\}\"/\1$COMMIT_HASH\"/" src/shared/memory.rs"
2626
- name: Commit updated version
2727
run: |
2828
git config --global user.name "Wasp Bot"

0 commit comments

Comments
 (0)