commit workflow fix

This commit is contained in:
Anirban Kar 2024-12-16 21:40:57 +05:30
parent f15dbd2a4e
commit 647d2dc0cb
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Update commit file
run: |
echo CURRENT_VERSION=$(node -p "require('./package.json').version") >> $GITHUB_ENV
echo "CURRENT_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
echo "{ \"commit\": \"$COMMIT_HASH\" , \"version\": \"$CURRENT_VERSION\" }" > app/commit.json
- name: Commit and push the update

View File

@ -1 +1 @@
{ "commit": "6987ceae9e1e91bec301f9e25ed9e8e03449d806" , "version": "" }
{ "commit": "f15dbd2a4e1a1548382442173f23db75906b1c6c" }