Skip to content

Commit 708301c

Browse files
authored
keep alive
1 parent 1007e12 commit 708301c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/blank2.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,13 @@ jobs:
9191
files: |
9292
*.AppImage*
9393
*.AppBundle*
94+
95+
- uses: actions/checkout@v4
96+
- name: Update LATEST_VERSION
97+
run: |
98+
echo "${{ env.VERSION }}" > ./LATEST_VERSION
99+
git config user.name "github-actions[bot]"
100+
git config user.email "github-actions[bot]@users.noreply.github.com"
101+
git add ./LATEST_VERSION
102+
git commit -m 'bump `LATEST_VERSION` [skip ci]'
103+
git push

0 commit comments

Comments
 (0)