Skip to content

Commit

Permalink
Revert manual .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonRolev committed Sep 30, 2024
1 parent e096359 commit 4bd9c13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- name: Build
uses: ./libMvrGdtf/.github/actions/build-linux

- name: Add .npmrc
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PKG_KEY}}
run: |
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
echo "@mvrdevelopment:registry=https://npm.pkg.github.com/" >> ~/.npmrc
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.NPM_PKG_KEY }}
Expand Down

0 comments on commit 4bd9c13

Please sign in to comment.