Skip to content

Commit

Permalink
Update trigger for release action from created to published
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jun 12, 2024
1 parent dd989a4 commit fa9e3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
release:
types: [created]
types: [published]
name: Build Release Artifacts
jobs:
macos:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'swiftformat.artifactbundle.zip'
args: 'swiftformat.artifactbundle.zip'

0 comments on commit fa9e3e2

Please sign in to comment.