Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adib Attie committed Nov 22, 2023
1 parent 86db091 commit 9c2913b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
inputs:
tag:
description: 'tag'
default: '1.0'
required: true
type: string

Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "$tag" dist/* \
gh release create ${{ inputs.tag }} dist/* \
--repo="$GITHUB_REPOSITORY" \
--title="Vortex-Mac-${tag#v}" \
--generate-notes \
Expand Down

0 comments on commit 9c2913b

Please sign in to comment.