diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da6c78647..4541d78b99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - uses: svenstaro/upload-release-action@v2 name: Upload app bundle to release - if: ${{ startsWith(github.github.ref, 'refs/tags/v') }} + if: ${{ startsWith(github.ref, 'refs/tags/v') }} with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/release/Zed.dmg