Skip to content

Commit

Permalink
Update release-to-nuget.yml
Browse files Browse the repository at this point in the history
Alteração do tipo de "published" para "released" para não publicar versões de pré release
  • Loading branch information
orochasamuel authored Sep 16, 2023
1 parent 8b55603 commit 43256a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release to NuGet

on:
release:
types: [published]
types: [released]

jobs:
build:
Expand Down

0 comments on commit 43256a5

Please sign in to comment.