Skip to content

Commit

Permalink
fix: back to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarks committed Mar 11, 2022
1 parent 075d5e7 commit fa904e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"typings": "dist/types/workflow.d.ts",
"private": false,
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"files": [
Expand Down

0 comments on commit fa904e2

Please sign in to comment.