Get the ref name properly.

This commit is contained in:
Jordan Bancino 2024-09-21 16:35:18 -04:00
parent 0e946b2422
commit 8546ddb909
Signed by: jordan
SSH key fingerprint: SHA256:KZSFf6aBlTjUn5fy3MH8uzqClGOnUaijIDirZKJsEsY

View file

@ -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: