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 8ea3271 commit 90261d6Copy full SHA for 90261d6
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: '20.x'
19
registry-url: 'https://registry.npmjs.org'
20
+ - run: npm install -g npm@latest
21
- run: npm ci
- - run: npm publish --provenance --access public
22
- env:
23
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npm run test
+ - run: npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tsmx/secure-config-tool",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "Command-line tool for @tsmx/secure-config.",
5
"main": "secure-config-tool.js",
6
"author": "tsmx <[email protected]>",
0 commit comments