Skip to content

Commit

Permalink
Fix release (#59)
Browse files Browse the repository at this point in the history
* Update workflow concurrency and publish on release

* Fix release type
  • Loading branch information
michaelwheeler authored May 23, 2023
1 parent 8155ba3 commit 05418a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
pull_request:
release:
types: [published]
types: [created]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit 05418a0

Please sign in to comment.