1 parent cbe63fc commit 93f8639Copy full SHA for 93f8639
1 file changed
.github/workflows/release.yml
@@ -159,10 +159,10 @@ jobs:
159
cd goland-plugin
160
./gradlew publishPlugin
161
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 }}"
+ # - name: Update Zed Extension
+ # continue-on-error: true # Don't fail if PR creation fails
+ # env:
+ # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # run: |
+ # # Run the release script to update Zed extension
+ # ./scripts/release-zed-extension.sh "${{ steps.version.outputs.version }}" "${{ github.sha }}"
0 commit comments