Merge pull request #772 from thecodacus/commit-workflow-fix

chore: Commit workflow fix
This commit is contained in:
Anirban Kar 2024-12-16 21:42:00 +05:30 committed by GitHub
commit eb1d5417e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" }