if on different level
This commit is contained in:
parent
1bf32fe81d
commit
9b44ff7262
@ -22,6 +22,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ascee/ubuntu_build:latest
|
container: ascee/ubuntu_build:latest
|
||||||
needs: Build-Test-Ubuntu
|
needs: Build-Test-Ubuntu
|
||||||
|
if: gitea.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
@ -29,5 +30,4 @@ jobs:
|
|||||||
files: |-
|
files: |-
|
||||||
dist/**
|
dist/**
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
if: github.ref == 'refs/heads/master'
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user