diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4f733a7..b2e29c74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,19 +117,18 @@ jobs: echo "IS_SNAPSHOT_VERSION has unknown value: $IS_SNAPSHOT_VERSION" exit 1 fi - - name: Make github snapshot release + - name: Update latest prerelease on Github uses: marvinpinto/action-automatic-releases@latest - if: ${{ env.IS_SNAPSHOT_VERSION == 'true' }} with: repo_token: ${{ secrets.GITHUB_TOKEN }} automatic_release_tag: "latest" prerelease: true - title: "Latest Snapshot" + title: "Latest snapshot (${{ env.VERSION_NAME }})" files: | LICENSE core/build/libs/*.* ksp/build/libs/*.* - - name: Make github release + - name: Make release on Github uses: marvinpinto/action-automatic-releases@latest if: ${{ env.IS_SNAPSHOT_VERSION == 'false' }} with: