We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac2779 commit 048ea86Copy full SHA for 048ea86
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,11 @@ jobs:
17
with:
18
node-version: '22.x'
19
20
+ # this is crucial for bodl-events package to be able to resolve @bigcommerce-labs scoped packages
21
+ - name: Set npm registry
22
+ run: echo "@bigcommerce-labs:registry=https://npm.pkg.github.com/" >> ~/.npmrc
23
+ - name: Set npm secrets
24
+ run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.DEPENDABOT_GITHUB_TOKEN }}" >> ~/.npmrc
25
- run: npm i
26
- name: Check Git Commit name
27
run: git log -1 --pretty=format:"%s" | npx commitlint
0 commit comments