diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c47c6a8..1df028c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: with: current_version: ${{ steps.get-latest-tag.outputs.tag }} level: patch + if: "${{ github.ref_type }} != 'tag'" # build - uses: actions/setup-go@v3 @@ -39,6 +40,4 @@ jobs: prerelease: true title: "Development Build" files: | - bedrocktool_${{ steps.get-latest-tag.outputs.tag }}.exe - bedrocktool_${{ steps.get-latest-tag.outputs.tag }}-linux - bedrocktool_${{ steps.get-latest-tag.outputs.tag }}-mac + bedrocktool_*