Compare commits
2 Commits
2025032516
...
2025032516
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d74e575bd7 | ||
|
|
73c89016b3 |
@@ -17,17 +17,16 @@ jobs:
|
||||
id: trunkver
|
||||
uses: https://github.com/crftd-tech/trunkver@main
|
||||
|
||||
- name: Print trunkver
|
||||
env:
|
||||
TRUNKVER: ${{ steps.trunkver.outputs.trunkver }}
|
||||
run: |
|
||||
echo "$TRUNKVER"
|
||||
- name: Get tag
|
||||
uses: https://github.com/little-core-labs/get-git-tag@v3.0.1
|
||||
id: tagName
|
||||
- name: Use tag
|
||||
run: echo ${{steps.tagName.outputs.tag}}
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
uses: https://github.com/comnoco/create-release-action@v2
|
||||
env:
|
||||
TRUNKVER: ${{ steps.trunkver.outputs.trunkver }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.trunkver.outputs.trunkver }}
|
||||
|
||||
Reference in New Issue
Block a user