Skip to content

Commit

Permalink
text ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fa-So committed Oct 12, 2020
1 parent 45a2dad commit b61aae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: https://registry.npmjs.org/
scope: soenmez
registry-url: https://npm.pkg.github.com/ # Needed for auth

- name: "👟 NPM install"
run: npm ci
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:

- name: "💕npm publish"
id: publish
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" && npm publish --access public
run: npm config set '//npm.pkg.github.com/:_authToken' "${NPM_TOKEN}" && npm publish --access public --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_AUTH}}
NPM_TOKEN: ${{secrets.NPM_TOKEN_AUTH}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-tagsinput",
"version": "0.1.0",
"version": "0.2.0",
"description": "Made with create-react-library",
"author": "Fahri Sönmez",
"license": "MIT",
Expand Down

0 comments on commit b61aae7

Please sign in to comment.