diff --git a/.github/workflows/leaves.yml b/.github/workflows/leaves.yml index f15f645b..25c929c8 100644 --- a/.github/workflows/leaves.yml +++ b/.github/workflows/leaves.yml @@ -40,6 +40,7 @@ jobs: mv build/libs/Leaves-paperclip-1.19.2-R0.1-SNAPSHOT-reobf.jar leaves-1.19.2.jar echo "name=Leaves-`git rev-parse --short HEAD`" >> $GITHUB_ENV echo "tag=1.19.2-`git rev-parse --short HEAD`" >> $GITHUB_ENV + git fetch --tags sh scripts/GetReleaseInfo.sh - name: Create Release uses: ncipollo/release-action@v1