Skip to content

Commit eb1d541

Browse files
authored
Merge pull request #772 from thecodacus/commit-workflow-fix
chore: Commit workflow fix
2 parents 9f6ce6a + 647d2dc commit eb1d541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Update commit file
3131
run: |
32-
echo CURRENT_VERSION=$(node -p "require('./package.json').version") >> $GITHUB_ENV
32+
echo "CURRENT_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
3333
echo "{ \"commit\": \"$COMMIT_HASH\" , \"version\": \"$CURRENT_VERSION\" }" > app/commit.json
3434
3535
- name: Commit and push the update

app/commit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "commit": "6987ceae9e1e91bec301f9e25ed9e8e03449d806" , "version": "" }
1+
{ "commit": "f15dbd2a4e1a1548382442173f23db75906b1c6c" }

0 commit comments

Comments
 (0)