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