We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd30ed8 commit c497234Copy full SHA for c497234
.github/workflows/stable.yml
@@ -112,3 +112,13 @@ jobs:
112
make_latest: true
113
files: |
114
*.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