Skip to content

Commit a8396ff

Browse files
authored
Do not notify Slack channel for alpha releases (#26)
1 parent 78fd924 commit a8396ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# https://docs.microsoft.com/en-us/azure/devops/artifacts/quickstarts/github-actions?view=azure-devops
21
name: Publish NuGet package
32

43
on:
@@ -38,6 +37,7 @@ jobs:
3837
notify:
3938
needs: [pack-and-publish]
4039
runs-on: ubuntu-latest
40+
if: ${{ !contains(github.event.release.tag_name, '-alpha.') }}
4141
steps:
4242
- uses: neolution-ch/action-release-notifier@v1
4343
with:

0 commit comments

Comments
 (0)