Skip to content

Commit

Permalink
Fix the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Aug 30, 2023
1 parent 5b848f1 commit fc4eeed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test build release -
name: Test build release

on:
pull_request:
Expand All @@ -8,7 +8,7 @@ on:
- synchronize
- closed
push:
branches: [main, universal-build-testing]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,5 @@ jobs:
if [[ "${{ matrix.os }}" != "macos-latest" ]]; then
npm run publish
else
# doesn't work with signing ATM
# npm run publish -- --arch=universal
npm run publish
npm run publish -- --arch=universal
fi

0 comments on commit fc4eeed

Please sign in to comment.