Skip to content

Commit 405735b

Browse files
authored
Fix release 2 (#10)
1 parent 3035507 commit 405735b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@nylas/connect': none
3+
---
4+
5+
Updated release workflow
6+
7+
- Minor tweaks to the GitHub Actions release process
8+
9+

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,5 @@ jobs:
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8585
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
86-
NPM_CONFIG_PROVENANCE: true
86+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # do not remove this line (https://github.com/changesets/action/issues/98)
87+
PM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)