From d4f210c3e6794dfc0640b83db83e2316edf721a2 Mon Sep 17 00:00:00 2001 From: Ausgeben <36706695+Ausgeben@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:13:18 +0200 Subject: [PATCH 1/3] Update CreateReleaseBuild.yml --- .github/workflows/CreateReleaseBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CreateReleaseBuild.yml b/.github/workflows/CreateReleaseBuild.yml index e8e1356..6220952 100644 --- a/.github/workflows/CreateReleaseBuild.yml +++ b/.github/workflows/CreateReleaseBuild.yml @@ -3,7 +3,7 @@ name: Live build on: push: tags: - - '*.*.*' + - 'v*.*.*' jobs: createBuild: @@ -142,7 +142,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }}-${{ GITHUB.RUN_NUMBER }} + tag_name: ${{ env.RELEASE_VERSION }} release_name: Release - Version ${{ env.RELEASE_VERSION }} body: Body goes here! draft: true From 7a5cda5bbb543c928e5b5ae0345bacade94e3533 Mon Sep 17 00:00:00 2001 From: Ausgeben <36706695+Ausgeben@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:13:39 +0200 Subject: [PATCH 2/3] Update CreateReleaseBuild.yml --- .github/workflows/CreateReleaseBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CreateReleaseBuild.yml b/.github/workflows/CreateReleaseBuild.yml index 6220952..9f6b1f4 100644 --- a/.github/workflows/CreateReleaseBuild.yml +++ b/.github/workflows/CreateReleaseBuild.yml @@ -3,7 +3,7 @@ name: Live build on: push: tags: - - 'v*.*.*' + #- 'v*.*.*' jobs: createBuild: From 098746ee8ff5134e1dad32746485b78b51370320 Mon Sep 17 00:00:00 2001 From: Ausgeben <36706695+Ausgeben@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:21:27 +0200 Subject: [PATCH 3/3] Update CreateReleaseBuild.yml --- .github/workflows/CreateReleaseBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CreateReleaseBuild.yml b/.github/workflows/CreateReleaseBuild.yml index 9f6b1f4..d59b4d3 100644 --- a/.github/workflows/CreateReleaseBuild.yml +++ b/.github/workflows/CreateReleaseBuild.yml @@ -3,7 +3,7 @@ name: Live build on: push: tags: - #- 'v*.*.*' + - 'v*.*.*' jobs: createBuild: @@ -166,4 +166,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: dist/InstallerArtifact/setup-CommunityPatchLauncher-v${{ env.RELEASE_VERSION }}.exe asset_name: setup-CommunityPatchLauncher-v${{ env.RELEASE_VERSION }}.exe - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream