Skip to content

Commit

Permalink
Update GH Actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Feb 11, 2020
1 parent 2480322 commit bd851c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@master
- name: Publish
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GH_AUTH_TOKEN }}" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
ORG="$(echo '${{ github.repository }}' | cut -d'/' -f1)"
echo "registry=https://npm.pkg.github.com/$ORG" > .npmrc
npm publish

0 comments on commit bd851c3

Please sign in to comment.