We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f15dbd2 + 412f290 commit 7158ad6Copy full SHA for 7158ad6
.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": "eb1d5417e77e699e0489f09814e87fb5afed9dd5" , "version": "" }
0 commit comments