diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index ae2e76e..be46a67 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -19,6 +19,6 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" + automatic_release_tag: "${{ github.base_ref }}" prerelease: true title: "Development Build"