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 1011b82 commit ad493c4Copy full SHA for ad493c4
.github/workflows/npm-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
node-version: '16.x'
36
registry-url: 'https://registry.npmjs.org'
37
- # - run: yarn
+ - run: yarn
38
- run: npm publish --access public
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nanp-number-generator",
3
- "version": "1.1.001",
+ "version": "1.1.002",
4
"files": [
5
"lib/**/*",
6
"src/**/*"
0 commit comments