diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5fea55f..4063930 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,8 +8,5 @@ jobs: with: platform: common token: ${{ github.token }} - - name: Determine branch name - shell: bash - run: git branch -r --contains ${{ github.sha }} - uses: secondlife/action-autobuild-release@v2 if: startsWith(github.ref, 'refs/tags/v')