mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
Merge pull request #772 from thecodacus/commit-workflow-fix
chore: Commit workflow fix
This commit is contained in:
commit
eb1d5417e7
2
.github/workflows/commit.yaml
vendored
2
.github/workflows/commit.yaml
vendored
@ -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
|
||||
|
@ -1 +1 @@
|
||||
{ "commit": "6987ceae9e1e91bec301f9e25ed9e8e03449d806" , "version": "" }
|
||||
{ "commit": "f15dbd2a4e1a1548382442173f23db75906b1c6c" }
|
||||
|
Loading…
Reference in New Issue
Block a user