Skip to content

Commit fb488d8

Browse files
authored
keep alive
1 parent 8908c59 commit fb488d8

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
@@ -79,3 +79,13 @@ jobs:
7979
make_latest: true
8080
files: |
8181
*.AppImage*
82+
83+
- uses: actions/checkout@v4
84+
- name: Update LATEST_VERSION
85+
run: |
86+
echo "${{ env.VERSION }}" > ./LATEST_VERSION
87+
git config user.name "github-actions[bot]"
88+
git config user.email "github-actions[bot]@users.noreply.github.com"
89+
git add ./LATEST_VERSION
90+
git commit -m 'bump `LATEST_VERSION` [skip ci]'
91+
git push

0 commit comments

Comments
 (0)