ci: better ref tag
This commit is contained in:
parent
1b1aac6f3d
commit
314b2c449c
@ -45,7 +45,7 @@ jobs:
|
||||
- run: npm run build
|
||||
|
||||
release:
|
||||
if: startsWith(gitea.ref, 'refs/tags')
|
||||
if: gitea.ref_type == 'tag'
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:28
|
||||
steps:
|
||||
@ -67,4 +67,4 @@ jobs:
|
||||
- uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |
|
||||
build/artifacts/RePod.tar.gz
|
||||
build/artifacts/repod.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user