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 23959f7 commit fe31811Copy full SHA for fe31811
.github/workflows/blank.yml
@@ -70,3 +70,13 @@ jobs:
70
files: |
71
*.AppImage*
72
*.AppBundle*
73
+
74
+ - uses: actions/checkout@v4
75
+ - name: Update LATEST_VERSION
76
+ run: |
77
+ echo "${{ env.VERSION }}" > ./LATEST_VERSION
78
+ git config user.name "github-actions[bot]"
79
+ git config user.email "github-actions[bot]@users.noreply.github.com"
80
+ git add ./LATEST_VERSION
81
+ git commit -m 'bump `LATEST_VERSION` [skip ci]'
82
+ git push
0 commit comments