Skip to content

Commit

Permalink
fix: package marked as private (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue authored Feb 23, 2024
1 parent b76090c commit ce79068
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Configure package manager
run: |
echo Configuring NPM_TOKEN globally for .npmrc
npm config set '//registry.npmjs.org/:_authToken' ${{ env.NPM_TOKEN }}
npm set @reside-eng:registry "https://npm.pkg.github.com"
npm config set '//npm.pkg.github.com/:_authToken' $GITHUB_TOKEN
yarn config set npmAuthToken ${{ env.NPM_TOKEN }}
npm whoami
env:
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
with:
semantic_version: ^18
extra_plugins: |
@side/semantic-config-base
@side/semantic-config-base"
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
Expand Down

0 comments on commit ce79068

Please sign in to comment.