mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-06 14:06:54 +00:00
fix: fix wrong version
This commit is contained in:
parent
a8e227e5cb
commit
db14ba3eee
3 changed files with 8 additions and 10 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -21,10 +21,9 @@ jobs:
|
|||
id: semantic
|
||||
with:
|
||||
branch: master
|
||||
semantic_version: 15
|
||||
extra_plugins: |
|
||||
@semantic-release/git@7
|
||||
@semantic-release/changelog@3
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
5
.github/workflows/testRelease.yml
vendored
5
.github/workflows/testRelease.yml
vendored
|
|
@ -20,10 +20,9 @@ jobs:
|
|||
uses: cycjimmy/semantic-release-action@v2
|
||||
id: semantic
|
||||
with:
|
||||
semantic_version: 15
|
||||
extra_plugins: |
|
||||
@semantic-release/git@7
|
||||
@semantic-release/changelog@3
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
dry_run: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue