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.
2 parents bc52a95 + 9e533d0 commit b147df1Copy full SHA for b147df1
1 file changed
.github/workflows/release.yml
@@ -31,12 +31,12 @@ jobs:
31
git config --local user.name "github-actions[bot]"
32
git add build.gradle.kts
33
git commit -m "updated version"
34
-# - name: Push changes
35
-# uses: ad-m/github-push-action@master
36
-# if: startsWith(github.ref, 'refs/tags/')
37
-# with:
38
-# github_token: ${{ secrets.GITHUB_TOKEN }}
39
-# branch: develop
+ - name: Push changes
+ uses: ad-m/github-push-action@master
+ if: startsWith(github.ref, 'refs/tags/')
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ branch: ${{ github.ref }}
40
41
# Needed until Vosk provide a new release to fix Windows issues
42
- name: Checkout vosk-api
0 commit comments