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 2ad7ebe commit 0c25e87Copy full SHA for 0c25e87
.github/workflows/release.yml
@@ -29,7 +29,10 @@ jobs:
29
- name: prepack
30
run: pnpm run --filter ember-simple-auth prepack
31
32
+ - name: Set publishing config
33
+ run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
34
+ env:
35
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
36
+
37
- name: publish to npm
38
run: pnpm run --filter ember-simple-auth publish
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments