mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
ci: fix id
This commit is contained in:
parent
daaa4dcd09
commit
db8c9adefb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testRelease.yml
vendored
2
.github/workflows/testRelease.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
|
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
uses: ./
|
uses: ./
|
||||||
id: semantic_v15
|
id: semantic
|
||||||
with:
|
with:
|
||||||
semantic_version: 15
|
semantic_version: 15
|
||||||
dry_run: true
|
dry_run: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue