Skip to content

Commit 647d2dc

Browse files
committed
commit workflow fix
1 parent f15dbd2 commit 647d2dc

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)