Skip to content

Commit

Permalink
update env registry value
Browse files Browse the repository at this point in the history
  • Loading branch information
pornkilla authored Sep 30, 2024
1 parent 0994958 commit 17933c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_REGISTRY: "https://npm.pkg.github.com"
steps:
- uses: actions/checkout@v4

Expand All @@ -31,7 +32,7 @@ jobs:
run: cp README.md ./dist/ng-select/

- name: Semantic release
run: npx semantic-release --registry https://npm.pkg.github.com
run: npx semantic-release

- name: copy @ng-select/ng-select version to @ng-select/ng-option-highlight
run: |
Expand Down

0 comments on commit 17933c1

Please sign in to comment.