describe main

This commit is contained in:
Alex Janka 2024-08-01 11:51:41 +10:00
parent 4a3f1b5389
commit 60e2cf13d6

View file

@ -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 }}