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 b265874 commit 03bff4eCopy full SHA for 03bff4e
.github/workflows/build.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
23
- name: Replace version hash
24
run: |
25
- sed -i "s/\(const VERSION: &str = \"\)[a-f0-9]\{7\}\"/\1$COMMIT_HASH\"/" src/shared/memory.rs)"
+ sed -i "s/\(const VERSION: &str = \"\)[a-f0-9]\{7\}\"/\1$COMMIT_HASH\"/" src/shared/memory.rs"
26
- name: Commit updated version
27
28
git config --global user.name "Wasp Bot"
0 commit comments