Skip to content

Commit

Permalink
Update manual-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quicoto authored Jul 6, 2022
1 parent e13b1ff commit 237f739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
node-version: [ 16.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix['node-version'] }}
- name: Install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Run Lint
run: npm run lint --if-present
- name: Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
dry_run: ${{ github.event.inputs.dryrun == 'true' }}
extra_plugins: |
Expand Down

0 comments on commit 237f739

Please sign in to comment.