diff --git a/.github/workflows/cross-compile-library.yaml b/.github/workflows/cross-compile-library.yaml index dd54efd..c4d47b6 100644 --- a/.github/workflows/cross-compile-library.yaml +++ b/.github/workflows/cross-compile-library.yaml @@ -65,7 +65,7 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ github.token }}" - automatic_release_tag: "latest-${{ matrix.output-name }}" + automatic_release_tag: "latest-library${{ matrix.output-name }}" prerelease: false title: "Release ${{ matrix.output-name }}" files: |