fix-release-workflow
This commit is contained in:
parent
e5e8a53b3f
commit
5eb751f856
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-tags.yml
vendored
2
.github/workflows/publish-tags.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- uses: svenstaro/upload-release-action@v2
|
- uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: neodb-takahe.zip
|
file: neodb-takahe-*.zip
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
|
|
||||||
build_and_push_image:
|
build_and_push_image:
|
||||||
|
|
Loading…
Add table
Reference in a new issue