Skip to content

Commit

Permalink
Run release step release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkirk-toast committed Nov 14, 2024
1 parent 1cd5326 commit 8554328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
path: build/compose/binaries/main/dmg/

release:
if: contains(github.ref, 'tags/v')
if: ${{ github.event_name == 'release' }}
runs-on: ubuntu-latest
needs: mac-build
steps:
Expand Down

0 comments on commit 8554328

Please # to comment.