Skip to content

Commit

Permalink
fix package README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike96Angelo committed Jan 10, 2023
1 parent 29b25fd commit e3b7046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- run: npm ci
- run: npx tsc
- run: cp package*.json dist/
- run: cp README.md dist/
- run: (cd dist && npm publish)
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -50,6 +51,7 @@ jobs:
- run: npm ci
- run: npx tsc
- run: cp package*.json dist/
- run: cp README.md dist/
- run: (cd dist && npm publish)
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "variant-match",
"version": "1.1.1",
"version": "1.1.2",
"description": "Brings variant match pattern to TypeScript.",
"main": "variant.js",
"scripts": {
Expand Down

0 comments on commit e3b7046

Please sign in to comment.