Skip to content

Commit

Permalink
Fix release build (acquire-project#6)
Browse files Browse the repository at this point in the history
* wip

* wip

* The restoration of all things.
  • Loading branch information
aliddell authored Jan 5, 2024
1 parent d5acf53 commit 882cad3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- "v*.*.*"
- "nightly"

env:
BUILD_TYPE: Release

Expand Down Expand Up @@ -173,10 +174,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: # don't release if the tests are failing
- test-acquire-core-libs
- test-acquire-video-runtime
- test-acquire-driver-common
needs:
- build
permissions: write-all
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 882cad3

Please sign in to comment.