🐞 fix: Update tag retrieval action in release workflow #release
Some checks failed
Add release / Create release (push) Has been cancelled

This commit is contained in:
Keith Solomon
2025-03-25 11:25:42 -05:00
parent 73c89016b3
commit d74e575bd7

View File

@@ -18,13 +18,10 @@ jobs:
uses: https://github.com/crftd-tech/trunkver@main
- name: Get tag
id: tag
uses: https://github.com/dawidd6/action-get-tag@v1
with:
# Optionally strip `v` prefix
strip_v: true
uses: https://github.com/little-core-labs/get-git-tag@v3.0.1
id: tagName
- name: Use tag
run: echo ${{steps.tag.outputs.tag}}
run: echo ${{steps.tagName.outputs.tag}}
- name: Create release
id: create_release