Skip to content

Commit 0274ddd

Browse files
committed
add sample changeset
1 parent a8ea754 commit 0274ddd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.changeset/silent-eggs-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nylas/connect": patch
3+
---
4+
5+
Validating the github actions workflow

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,3 @@ jobs:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8787
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

Comments
 (0)