on push tags
This commit is contained in:
parent
3706bd3ecb
commit
a0ac802432
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
on: [tag]
|
on:
|
||||||
|
push: tags
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-build:
|
release-build:
|
||||||
|
@ -50,4 +51,3 @@ jobs:
|
||||||
uses: forgejo/download-artifact@v3
|
uses: forgejo/download-artifact@v3
|
||||||
- name: Package deployment
|
- name: Package deployment
|
||||||
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh
|
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue