codacus commited on
Commit
7158ad6
·
2 Parent(s): f15dbd2 412f290

Merge remote-tracking branch 'upstream/main'

Browse files
Files changed (2) hide show
  1. .github/workflows/commit.yaml +1 -1
  2. app/commit.json +1 -1
.github/workflows/commit.yaml CHANGED
@@ -29,7 +29,7 @@ jobs:
29
 
30
  - name: Update commit file
31
  run: |
32
- echo CURRENT_VERSION=$(node -p "require('./package.json').version") >> $GITHUB_ENV
33
  echo "{ \"commit\": \"$COMMIT_HASH\" , \"version\": \"$CURRENT_VERSION\" }" > app/commit.json
34
 
35
  - name: Commit and push the update
 
29
 
30
  - name: Update commit file
31
  run: |
32
+ echo "CURRENT_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
33
  echo "{ \"commit\": \"$COMMIT_HASH\" , \"version\": \"$CURRENT_VERSION\" }" > app/commit.json
34
 
35
  - name: Commit and push the update
app/commit.json CHANGED
@@ -1 +1 @@
1
- { "commit": "6987ceae9e1e91bec301f9e25ed9e8e03449d806" , "version": "" }
 
1
+ { "commit": "eb1d5417e77e699e0489f09814e87fb5afed9dd5" , "version": "" }