ci: try with commit-and-tag-version
This commit is contained in:
@@ -20,11 +20,5 @@ jobs:
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: Setup semantic-release packages
|
||||
run: npm install -D @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/exec @semantic-release/git @semantic-release/github
|
||||
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: npx semantic-release
|
||||
- name: Run commit and tag
|
||||
run: npx commit-and-tag-version
|
||||
|
||||
Reference in New Issue
Block a user