Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Dec 20, 2023
1 parent ae9a944 commit 6642e76
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Release
on:
workflow_run:
workflows: ["CI"]
types:
- completed
push:
# Run only on trunk pushes that aren't a new tag release
branches: "*"
Expand Down Expand Up @@ -57,6 +53,9 @@ jobs:
run: |
brew install automake bison
echo "/usr/local/opt/bison/bin:$PATH" >> $GITHUB_PATH
- run: ./script/test.sh
env:
TARGET: ${{ matrix.target }}
- run: ./script/make_release
- uses: actions/upload-artifact@v3
with:
Expand All @@ -80,8 +79,6 @@ jobs:
path: "out/release/source"
release:
runs-on: macos-latest
# Only run release build if test workflows passed
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs:
- build
- source-release
Expand Down

0 comments on commit 6642e76

Please sign in to comment.