We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dc5a1 commit bf5ad52Copy full SHA for bf5ad52
1 file changed
.github/workflows/publish-npm.yaml
@@ -38,7 +38,7 @@ jobs:
38
fi
39
- name: Publish package to NPM registry
40
env:
41
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_KEY }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
run: npm publish --access=public --tag=${{ steps.package-tag.outputs.packageTag }} harper-*.tgz
43
44
publish-harperfast-npm-package:
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
run: npm publish --access=public --tag=${{ steps.package-tag.outputs.packageTag }} harperfast-harper-*.tgz
83
84
send-slack-message-on-success:
0 commit comments