Compare commits
2 Commits
2025032516
...
2025032516
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44111b4ee4 | ||
|
|
4600a52a1c |
@@ -18,10 +18,10 @@ jobs:
|
||||
uses: https://github.com/crftd-tech/trunkver@main
|
||||
|
||||
- name: Get tag
|
||||
uses: https://github.com/little-core-labs/get-git-tag@v3.0.1
|
||||
uses: https://github.com/olegtarasov/get-tag@v2.1.4
|
||||
id: tagName
|
||||
- name: Use tag
|
||||
run: echo ${{steps.tagName.outputs.tag}}
|
||||
run: echo ${{ steps.tagName.outputs.tag }}
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user