From 1b929b74493616dc6b93243f2446712a82bfb469 Mon Sep 17 00:00:00 2001 From: Shabinder Date: Thu, 27 Jan 2022 02:13:16 +0530 Subject: [PATCH] Workflow Tag Updated --- .github/workflows/build-release-binaries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index aa9a790d..ed54b7d6 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -32,7 +32,7 @@ jobs: with: draft: true allowUpdates: true - tag: "v3.3.2" + tag: "v3.6.0" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*" token: ${{ secrets.GH_TOKEN }} @@ -81,7 +81,7 @@ jobs: with: draft: true allowUpdates: true - tag: "v3.3.2" + tag: "v3.6.0" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*,android/build/outputs/apk/release/*signed.apk" token: ${{ secrets.GH_TOKEN }} @@ -114,6 +114,6 @@ jobs: with: draft: true allowUpdates: true - tag: "v3.3.2" + tag: "v3.6.0" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*" token: ${{ secrets.GH_TOKEN }}