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 78fd924 commit a8396ffCopy full SHA for a8396ff
.github/workflows/cd-production.yml
@@ -1,4 +1,3 @@
1
-# https://docs.microsoft.com/en-us/azure/devops/artifacts/quickstarts/github-actions?view=azure-devops
2
name: Publish NuGet package
3
4
on:
@@ -38,6 +37,7 @@ jobs:
38
37
notify:
39
needs: [pack-and-publish]
40
runs-on: ubuntu-latest
+ if: ${{ !contains(github.event.release.tag_name, '-alpha.') }}
41
steps:
42
- uses: neolution-ch/action-release-notifier@v1
43
with:
0 commit comments