fix-release-workflow
This commit is contained in:
parent
12993feda8
commit
1a56bad4d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-tags.yml
vendored
4
.github/workflows/publish-tags.yml
vendored
|
@ -29,11 +29,11 @@ jobs:
|
||||||
file: neodb.env.example
|
file: neodb.env.example
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
- name: snapshot takahe code
|
- name: snapshot takahe code
|
||||||
run: zip -r neodb-takahe-`cd neodb-takahe; git rev-parse --short HEAD`.zip neodb-takahe -x '.git'
|
run: zip -r neodb-takahe.zip neodb-takahe -x '.git'
|
||||||
- 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-*
|
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