Skip to content

Commit

Permalink
Force publish (#1951)
Browse files Browse the repository at this point in the history
* fix: whitespace

* fix: re-add npm token
  • Loading branch information
mgoudy91 authored Jul 1, 2024
1 parent 4ecdac0 commit bbc046b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
- checkout
- vault/get-secrets:
template-preset: 'semantic-release-ecosystem'
- run:
name: Setup NPM
command: |
echo $'@contentful:registry=https://registry.npmjs.org/

This comment has been minimized.

Copy link
@omasopust

omasopust Jul 2, 2024

Member

you don't want L47 here, it's conradicting L50 @mgoudy91

//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
- run: echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc
- run: echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit bbc046b

Please sign in to comment.