if on different level
Building and testing LASP / Build-Test-Ubuntu (push) Successful in 1m55s Details
Building and testing LASP / Release-Ubuntu (push) Failing after -1m10s Details

This commit is contained in:
Anne de Jong 2023-10-11 16:45:04 +02:00
parent 1bf32fe81d
commit 9b44ff7262
1 changed files with 1 additions and 1 deletions

View File

@ -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'