diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index be81171..6c76362 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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