We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc37014 commit 62f6a66Copy full SHA for 62f6a66
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
build-binaries-job:
61
needs: should-build-change
62
if: ${{ needs.should-build-change.outputs.repo-cache-hit != 'true' || github.event_name != 'schedule' }}
63
- uses: rgrunber/vscode-xml/.github/workflows/native-image.yaml@main
+ uses: redhat-developer/vscode-xml/.github/workflows/native-image.yaml@main
64
with:
65
publishPreRelease: ${{ github.event_name == 'schedule' || inputs.publishPreRelease == 'true' }}
66
packaging-job:
0 commit comments