forked from Telodendria/Telodendria
Get the ref name properly.
This commit is contained in:
parent
0e946b2422
commit
8546ddb909
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Determine release tag
|
- name: Determine release tag
|
||||||
id: tag
|
id: tag
|
||||||
run: echo ::set-output name=TAG:${GITHUB_REF#refs/tags/}
|
run: echo ::set-output name=TAG:$(git rev-parse --abbrev-ref HEAD)
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue