diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41a2ce7..b2b7619 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: "${{ github.token }}" - automatic_release_tag: "latest" + automatic_release_tag: "bleeding" prerelease: true title: "Canabalt Bleeding edge" download_haxe: @@ -26,7 +26,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.GH_TOKEN }} - uses: krdlab/setup-haxe@v1 with: @@ -69,7 +68,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.GH_TOKEN }} - uses: krdlab/setup-haxe@v1 with: @@ -126,5 +124,5 @@ jobs: - name: Upload build env: GITHUB_TOKEN: ${{ github.token }} - run: gh release upload latest canabalt-${{matrix.target}}-${{ steps.date.outputs.date }}.* --clobber + run: gh release upload bleeding canabalt-${{matrix.target}}-${{ steps.date.outputs.date }}.* --clobber shell: bash