Skip to content

Commit c497234

Browse files
authored
keep alive
1 parent cd30ed8 commit c497234

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/stable.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,13 @@ jobs:
112112
make_latest: true
113113
files: |
114114
*.AppImage*
115+
116+
- uses: actions/checkout@v4
117+
- name: Update LATEST_VERSION
118+
run: |
119+
echo "${{ env.VERSION }}" > ./LATEST_VERSION
120+
git config user.name "github-actions[bot]"
121+
git config user.email "github-actions[bot]@users.noreply.github.com"
122+
git add ./LATEST_VERSION
123+
git commit -m 'bump `LATEST_VERSION` [skip ci]'
124+
git push

0 commit comments

Comments
 (0)