Skip to content

Commit

Permalink
Add yanr publish repo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Jul 1, 2024
1 parent 3d77bba commit d9634a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://npm.pkg.github.com
scope: '@CartoDB'

- name: Enable Corepack
run: corepack enable
Expand Down Expand Up @@ -97,8 +95,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn config set npmPublishRegistry "https://npm.pkg.github.com"
yarn config set npmAuthToken "${NODE_AUTH_TOKEN}"
yarn config set 'npmRegistries["//npm.pkg.github.com"].npmAuthToken' "${NODE_AUTH_TOKEN}"
- name: Publish release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d9634a1

Please sign in to comment.