Skip to content

Commit

Permalink
Update publish.yml to include prereleased publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Jul 8, 2024
1 parent eaada63 commit d793e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: publish
on:
release:
types: [released]
types: [prereleased, released]

env:
DOTNET_NOLOGO: true
Expand Down

0 comments on commit d793e7a

Please sign in to comment.