We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a6471 commit be32284Copy full SHA for be32284
1 file changed
.github/workflows/publish.yml
@@ -99,4 +99,15 @@ jobs:
99
run: |
100
foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Recurse -Include *.nupkg)) {
101
dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
102
- }
+ }
103
+
104
+ webhook:
105
+ runs-on: ubuntu-latest
106
+ needs: [ deploy ]
107
+ env:
108
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
109
+ steps:
110
+ - name: Discord notification
111
+ uses: Ilshidur/action-discord@0.4.0
112
+ with:
113
+ args: 'Uma nova versão do **OpenAC.Net.NFSe** foi publicada! Confira agora em [NuGet.org](https://www.nuget.org/packages/OpenAC.Net.NFSe).'
0 commit comments