Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfikar4568 committed Sep 15, 2022
1 parent dd5a0ca commit 2531490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/head/master' }}
if: ${{ github.ref == 'refs/heads/master' }}
needs: [ quality ]
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"type": "git",
"url": "https://github.com/zulfikar4568/color-logger.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"lib/**/*"
],
Expand Down

0 comments on commit 2531490

Please sign in to comment.