mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Fix incorrect git ref check in publish extension cli workflow
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
fd11bd68f2
commit
86a86a9635
1 changed files with 0 additions and 1 deletions
1
.github/workflows/publish_extension_cli.yml
vendored
1
.github/workflows/publish_extension_cli.yml
vendored
|
@ -34,7 +34,6 @@ jobs:
|
|||
run: cargo build --release --package extension_cli
|
||||
|
||||
- name: Upload binary
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
env:
|
||||
DIGITALOCEAN_SPACES_ACCESS_KEY: ${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }}
|
||||
DIGITALOCEAN_SPACES_SECRET_KEY: ${{ secrets.DIGITALOCEAN_SPACES_SECRET_KEY }}
|
||||
|
|
Loading…
Reference in a new issue