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:
|
||||
- name: Determine release 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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue