Skip to content

Commit

Permalink
Merge pull request #30 from chyzwar/test
Browse files Browse the repository at this point in the history
chore(): added GH_TOKEN needed for release
  • Loading branch information
chyzwar authored Oct 1, 2023
2 parents d60f8dd + 290e716 commit 08f6efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: "Version and publish"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Set git user"
git config user.name "${{ github.actor }}"
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"lint-staged": {
"*.{js,ts,tsx}": "yarn lint:fix"
},
Expand Down

0 comments on commit 08f6efe

Please sign in to comment.