Skip to content

Commit b147df1

Browse files
author
Nicholas Albion
committed
Merge branch 'develop' into release/1.4
2 parents bc52a95 + 9e533d0 commit b147df1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
git config --local user.name "github-actions[bot]"
3232
git add build.gradle.kts
3333
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
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: ${{ github.ref }}
4040

4141
# Needed until Vosk provide a new release to fix Windows issues
4242
- name: Checkout vosk-api

0 commit comments

Comments
 (0)