mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
ci: set @semantic-release/git version to 7.0.18
This commit is contained in:
parent
8dd7aa5418
commit
22d5f850a3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
branch: master
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/git@7.0.18
|
||||
@semantic-release/changelog
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
2
.github/workflows/testRelease.yml
vendored
2
.github/workflows/testRelease.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: cycjimmy/semantic-release-action@master
|
||||
with:
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/git@7.0.18
|
||||
@semantic-release/changelog
|
||||
dry_run: true
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue