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 4b7d2ed commit 31b932fCopy full SHA for 31b932f
.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",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "Easy and secure configuration management. JSON based - AES encrypted secrets - HMAC validation - env var export",
5
"main": "secure-config.js",
6
"engines": {
0 commit comments