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 8908c59 commit fb488d8Copy full SHA for fb488d8
.github/workflows/blank.yml
@@ -79,3 +79,13 @@ jobs:
79
make_latest: true
80
files: |
81
*.AppImage*
82
+
83
+ - uses: actions/checkout@v4
84
+ - name: Update LATEST_VERSION
85
+ run: |
86
+ echo "${{ env.VERSION }}" > ./LATEST_VERSION
87
+ git config user.name "github-actions[bot]"
88
+ git config user.email "github-actions[bot]@users.noreply.github.com"
89
+ git add ./LATEST_VERSION
90
+ git commit -m 'bump `LATEST_VERSION` [skip ci]'
91
+ git push
0 commit comments