Skip to content

Commit

Permalink
Fix: GH matrix
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 24, 2023
1 parent f31284d commit 76f4f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ${{ matrix.os }}
env:
RELEASE_TAG: v0.0.${{ github.run_number }}-${{ matrix.os }}-${{ matrix.arch }}
RELEASE_TAG: v0.0.${{ github.run_number }}
INTEL_DMG: Hamster-x86-64-intel.dmg
ARM64_DMG: Hamster-arm64-silicon.dmg

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: GitHub Tag
uses: mathieudutour/[email protected]
with:
tag: ${{ env.RELEASE_TAG }}
custom_tag: ${{ env.RELEASE_TAG }}
github_token: ${{ secrets.HAMSTER_APP_RELEASE_SECRET }}

- name: Release Darwin
Expand Down

0 comments on commit 76f4f81

Please sign in to comment.