Fix permissions for Docker push, tagging of prereleases
This commit is contained in:
parent
1233fc7b71
commit
c6a91dad2a
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
body_path: RELEASE_NOTES.md
|
body_path: RELEASE_NOTES.md
|
||||||
prerelease: ${{ steps.check-version.outputs.prerelease }}
|
prerelease: ${{ steps.check-version.outputs.is-prerelease }}
|
||||||
name: ${{ format('Coqui STT {0}', steps.check-version.outputs.version) }}
|
name: ${{ format('Coqui STT {0}', steps.check-version.outputs.version) }}
|
||||||
# Linux jobs
|
# Linux jobs
|
||||||
swig_Windows_crosscompiled:
|
swig_Windows_crosscompiled:
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Test automatic release notes.
|
Loading…
Reference in New Issue
Block a user