Skip to content

Commit

Permalink
fix: [] - debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
ContentfulCormac committed Jan 22, 2024
1 parent 6706645 commit d2d17f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
node-version: 18
registry-url: "https://npm.pkg.github.com"
scope: '@contentful'
always-auth: true

- name: "Create GH .npmrc"
shell: bash
run: |
echo -e "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}\n@contentful:registry=https://npm.pkg.github.com\nalways-auth=true" > .npmrc
env:
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_PACKAGES_WRITE_TOKEN }}

- run: npm ci
env:
Expand Down

0 comments on commit d2d17f8

Please sign in to comment.