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:
|
with:
|
||||||
branch: master
|
branch: master
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git
|
@semantic-release/git@7.0.18
|
||||||
@semantic-release/changelog
|
@semantic-release/changelog
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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
|
uses: cycjimmy/semantic-release-action@master
|
||||||
with:
|
with:
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git
|
@semantic-release/git@7.0.18
|
||||||
@semantic-release/changelog
|
@semantic-release/changelog
|
||||||
dry_run: true
|
dry_run: true
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue