Skip to content

Commit

Permalink
Merge pull request #57 from QAInsights/feature/windows
Browse files Browse the repository at this point in the history
feature/windows
  • Loading branch information
QAInsights authored Nov 24, 2023
2 parents 8ed5434 + 76f4f81 commit 4b51cc9
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 4b51cc9

Please sign in to comment.