We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70648ef commit f85d9b0Copy full SHA for f85d9b0
.github/workflows/build-and-release.yml
@@ -54,7 +54,6 @@ jobs:
54
create-release:
55
runs-on: ubuntu-latest
56
57
- if: ${{ always() }}
58
needs: suite-build
59
60
steps:
@@ -96,10 +95,13 @@ jobs:
96
95
- name: ⚙️ Generate New distro-data.json
97
run: sudo python3 gen_data/gen-update-json.py --release-tag ${{ env.VERSIONTAG }}
98
+ - name: ⚙️ Run git pull
99
+ run: git pull -v
100
+
101
- name: ⚙️ Update distro-data.json
102
uses: stefanzweifel/git-auto-commit-action@v4
103
with:
104
skip_fetch: false
105
skip_checkout: false
- commit_message: 'AUTO JOB: (MAIN) update distro-data.json for ${{ env.VERSIONTAG }}'
106
+ commit_message: 'AUTO BOT JOB: (MAIN) update distro-data.json for ${{ env.VERSIONTAG }}'
107
file_pattern: distro-data.json
0 commit comments