Skip to content

Commit 67774b4

Browse files
authored
keep alive
1 parent 7a48822 commit 67774b4

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
@@ -73,6 +73,16 @@ jobs:
7373
files: |
7474
*.AppImage*
7575
*.AppBundle*
76+
77+
- uses: actions/checkout@v4
78+
- name: Update LATEST_VERSION
79+
run: |
80+
echo "${{ env.VERSION }}" > ./LATEST_VERSION
81+
git config user.name "github-actions[bot]"
82+
git config user.email "github-actions[bot]@users.noreply.github.com"
83+
git add ./LATEST_VERSION
84+
git commit -m 'bump `LATEST_VERSION` [skip ci]'
85+
git push
7686
7787
soar-nest:
7888
needs: [release] #Only runs if release succeeded

0 commit comments

Comments
 (0)