mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 15:13:51 +08:00
output should reference id
This commit is contained in:
parent
abd075dce5
commit
e224891859
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -13,4 +13,4 @@ jobs:
|
|||||||
id: getversion
|
id: getversion
|
||||||
uses: diligencia/semantic-git-version-action@master
|
uses: diligencia/semantic-git-version-action@master
|
||||||
- name: Echo name
|
- name: Echo name
|
||||||
run: echo "The name of the branch is ${{ steps.build.outputs.branchname }}!"
|
run: echo "The name of the branch is ${{ steps.getversion.outputs.branchname }}!"
|
||||||
|
Loading…
Reference in New Issue
Block a user