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 8bf355a commit 2e847c1Copy full SHA for 2e847c1
.github/workflows/build-stable.yml
@@ -114,3 +114,13 @@ jobs:
114
make_latest: true
115
files: |
116
*.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