Skip to content

Commit

Permalink
Merge pull request #24 from junjie-w/develop
Browse files Browse the repository at this point in the history
Merge Develop Branch into Main
  • Loading branch information
junjie-w authored Nov 16, 2024
2 parents 807f3ff + 6ed2cab commit f517c0a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,23 @@ jobs:
node-version: 20
cache: npm
registry-url: 'https://registry.npmjs.org'
always-auth: true
token: ${{ secrets.NPM_TOKEN }}

- name: Debug .npmrc
run: cat ~/.npmrc
- name: Debug NPM Config
run: |
echo "NPM Config:"
npm config list
echo "\nNPM Registry:"
npm config get registry
- name: Install dependencies
run: npm ci

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: Build Package
Expand Down

0 comments on commit f517c0a

Please sign in to comment.