mirror of
https://github.com/italicsjenga/actions-test.git
synced 2025-01-09 08:51:41 +11:00
describe main
This commit is contained in:
parent
4a3f1b5389
commit
60e2cf13d6
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
@ -23,6 +23,6 @@ jobs:
|
|||
# run: git checkout --progress --force -B main refs/remotes/origin/main
|
||||
- name: Get git describe for prerelease
|
||||
id: describe
|
||||
run: echo "tagname=pre-$(git describe --tags)" >> $GITHUB_OUTPUT
|
||||
run: echo "tagname=pre-$(git describe --tags main)" >> $GITHUB_OUTPUT
|
||||
- name: show describe
|
||||
run: echo ${{ steps.describe.outputs.tagname }}
|
Loading…
Reference in a new issue