Skip to content

Commit fe31811

Browse files
authored
keep alive
1 parent 23959f7 commit fe31811

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/blank.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,13 @@ jobs:
7070
files: |
7171
*.AppImage*
7272
*.AppBundle*
73+
74+
- uses: actions/checkout@v4
75+
- name: Update LATEST_VERSION
76+
run: |
77+
echo "${{ env.VERSION }}" > ./LATEST_VERSION
78+
git config user.name "github-actions[bot]"
79+
git config user.email "github-actions[bot]@users.noreply.github.com"
80+
git add ./LATEST_VERSION
81+
git commit -m 'bump `LATEST_VERSION` [skip ci]'
82+
git push

0 commit comments

Comments
 (0)