Skip to content

Commit 2e847c1

Browse files
authored
keep alive
1 parent 8bf355a commit 2e847c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-stable.yml

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

0 commit comments

Comments
 (0)