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

ci: release with the latest action

release with the latest action
This commit is contained in:
Geoffrey.C 2022-03-03 18:36:24 +08:00
parent b5f16ae54b
commit 96f3436022

View file

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
uses: ./
id: semantic
with:
extra_plugins: |
@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: 'https://npm.pkg.github.com'
scope: 'cycjimmy'