Skip to content

Commit 93f8639

Browse files
committed
chore: comment out Zed Extension update step in release workflow
1 parent cbe63fc commit 93f8639

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ jobs:
159159
cd goland-plugin
160160
./gradlew publishPlugin
161161
162-
- name: Update Zed Extension
163-
continue-on-error: true # Don't fail if PR creation fails
164-
env:
165-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
166-
run: |
167-
# Run the release script to update Zed extension
168-
./scripts/release-zed-extension.sh "${{ steps.version.outputs.version }}" "${{ github.sha }}"
162+
# - name: Update Zed Extension
163+
# continue-on-error: true # Don't fail if PR creation fails
164+
# env:
165+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
166+
# run: |
167+
# # Run the release script to update Zed extension
168+
# ./scripts/release-zed-extension.sh "${{ steps.version.outputs.version }}" "${{ github.sha }}"

0 commit comments

Comments
 (0)