From 0ce98ad85028b9ea1d786343dbf0cd8faebdcfac Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 15 May 2024 16:01:35 +0200 Subject: [PATCH] do not create tag --- .github/workflows/cross-build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index 61367b2..69c7758 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -99,7 +99,7 @@ jobs: release: name: Release - needs: [build-linux, build-windows, build-macos] + needs: [build-linux, build-macos, build-windows] runs-on: ubuntu-latest steps: - name: Checkout code @@ -108,15 +108,11 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v2 - - name: Create Tag - run: git tag ${{ github.event.inputs.tag }} - - name: Create and upload a Release uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - draft: false + automatic_release_tag: "latest" prerelease: false - title: ${{ github.event.inputs.tag }} + title: "Release ${{ github.ref }}" files: | - ./artifacts/*