We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe8a89 commit 11d7eacCopy full SHA for 11d7eac
2 files changed
.github/workflows/ci.yml
@@ -49,7 +49,5 @@ jobs:
49
if: github.ref == 'refs/heads/main'
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
54
run: npx semantic-release
55
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "@hiddentao/logger",
3
"publishConfig": {
4
- "access": "public"
+ "access": "public",
5
+ "provenance": true
6
},
7
"version": "1.3.2",
8
"description": "A flexible and customizable logging library for JavaScript/TypeScript applications",
0 commit comments