diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 2dce8491..911cc185 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -106,6 +106,6 @@ jobs: dist/*.dmg dist/*.pkg latest-mac.yml - tag_name: ${{ env.APP_VERSION }} + tag_name: v${{ env.APP_VERSION }} env: GITHUB_REPOSITORY: ciderapp/cider-releases \ No newline at end of file