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