Skip to content

Commit ad493c4

Browse files
committed
well that was necessary
1 parent 1011b82 commit ad493c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: '16.x'
3636
registry-url: 'https://registry.npmjs.org'
37-
# - run: yarn
37+
- run: yarn
3838
- run: npm publish --access public
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanp-number-generator",
3-
"version": "1.1.001",
3+
"version": "1.1.002",
44
"files": [
55
"lib/**/*",
66
"src/**/*"

0 commit comments

Comments
 (0)