We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f6ce6a + 647d2dc commit eb1d541Copy full SHA for eb1d541
.github/workflows/commit.yaml
@@ -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
+ 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
@@ -1 +1 @@
1
-{ "commit": "6987ceae9e1e91bec301f9e25ed9e8e03449d806" , "version": "" }
+{ "commit": "f15dbd2a4e1a1548382442173f23db75906b1c6c" }
0 commit comments