Skip to content

Commit

Permalink
ci: update configs (#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl committed Jan 13, 2023
1 parent b60551d commit f1e494e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.13.0'
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
Expand All @@ -29,13 +29,8 @@ jobs:
- name: Build
run: yarn build

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 20.0.2
extra_plugins: |
@semantic-release/changelog@6.0.2
@semantic-release/git@10.01
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit f1e494e

Please sign in to comment.