Skip to content

Commit

Permalink
ci(release): use latest semantic-release CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 28, 2024
1 parent 2a99dbf commit a7fc2f2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,7 @@ jobs:
node-version-file: .nvmrc
cache: npm
node-version: lts/*
- run: npm ci
- run: npm run lint
- run: npm run test:ci
- run: npm run build
- uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
extra_plugins: |
@semantic-release/git
- run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- if: steps.semantic.outputs.new_release_published == 'true'
Expand Down

0 comments on commit a7fc2f2

Please sign in to comment.