5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-10 12:16:56 +00:00

Compare commits

..

No commits in common. "e03fa181e172824c9fea3d99850909c3b0d6ac8e" and "ba330626c4750c19d8299de843f05c7aa5574f62" have entirely different histories.

View file

@ -46,7 +46,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Setup Node.js with GitHub Package Registry - name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v6 uses: actions/setup-node@v5
with: with:
node-version: 24 node-version: 24
registry-url: 'https://npm.pkg.github.com' registry-url: 'https://npm.pkg.github.com'