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 a8ea754 commit 0274dddCopy full SHA for 0274ddd
.changeset/silent-eggs-dream.md
@@ -0,0 +1,5 @@
1
+---
2
+"@nylas/connect": patch
3
4
+
5
+Validating the github actions workflow
.github/workflows/release.yml
@@ -85,9 +85,3 @@ jobs:
85
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
87
NPM_CONFIG_PROVENANCE: true
88
-
89
- - name: Send a Slack notification if a publish happened
90
- if: steps.changesets.outputs.published == 'true'
91
- run: |
92
- echo "Packages published:"
93
- echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r '.[] | "- \(.name)@\(.version)"'
0 commit comments