We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4358d20 commit 13cfc8fCopy full SHA for 13cfc8f
2 files changed
.github/workflows/npm-publish.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 12
18
+ - run: npm install
19
- run: npm test
20
21
publish-npm:
@@ -26,7 +27,7 @@ jobs:
26
27
28
29
registry-url: https://registry.npmjs.org/
- - run: npm ci
30
31
- run: npm publish
32
env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@neilbmclaughlin/github-secrets",
3
- "version": "1.1.4",
+ "version": "1.1.5",
4
"description": "manage git repository secrets",
5
"scripts": {
6
"lint": "standard",
0 commit comments