mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-09 03:36:56 +00:00
Merge pull request #45 from missinglink/master
fix code comment in extends section of README
This commit is contained in:
commit
95f9c3d96c
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ steps:
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
uses: cycjimmy/semantic-release-action@v2
|
uses: cycjimmy/semantic-release-action@v2
|
||||||
with:
|
with:
|
||||||
# You can specify specifying version range for the extra plugins if you prefer.
|
# You can extend an existing shareable configuration.
|
||||||
extends: |
|
extends: |
|
||||||
@semantic-release/apm-config
|
@semantic-release/apm-config
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue