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 3035507 commit 405735bCopy full SHA for 405735b
.changeset/release-workflow-tweak.md
@@ -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
@@ -83,4 +83,5 @@ jobs:
83
env:
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
86
- NPM_CONFIG_PROVENANCE: true
+ 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