We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90ccb0a + 31e56f8 commit 0abe552Copy full SHA for 0abe552
.github/workflows/release.yaml
@@ -22,3 +22,5 @@ jobs:
22
- run: pnpm install --ignore-scripts
23
- name: publish
24
run: pnpm publish --filter ember-simple-charts --no-git-checks --provenance
25
+ env:
26
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments