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 a2602e8 commit 467ba56Copy full SHA for 467ba56
.github/workflows/release-with-changesets.yml
@@ -104,7 +104,6 @@ jobs:
104
uses: actions/setup-node@v6
105
with:
106
node-version: "${{ steps.lockversion.outputs.version }}"
107
- registry-url: "https://registry.npmjs.org"
108
- if: steps.packagejson.outputs.exists == 'true'
109
name: Install dependencies
110
shell: bash
@@ -127,9 +126,7 @@ jobs:
127
126
publish: npx -p @changesets/cli@2.27.7 changeset publish
128
setupGitUser: false
129
env:
130
- # Set NODE_AUTH_TOKEN to empty to use trusted publishing with
131
- # See: https://github.com/actions/setup-node/issues/1440
132
- NODE_AUTH_TOKEN: ""
+ NPM_TOKEN: ''
133
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
134
GIT_AUTHOR_NAME: asyncapi-bot
135
GIT_AUTHOR_EMAIL: info@asyncapi.io
0 commit comments