Skip to content

Commit

Permalink
Workflow Tag Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Jan 26, 2022
1 parent cbb7285 commit 1b929b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

0 comments on commit 1b929b7

Please sign in to comment.