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 ebabff7 commit d2368deCopy full SHA for d2368de
.github/workflows/prerelease.yml
@@ -178,5 +178,5 @@ jobs:
178
gh release upload "$TAG_NAME" plugin-amazonq-*/*.zip
179
- name: Publish XML manifest
180
run: |
181
- gh release view "$TAG_NAME" --repo aws/aws-toolkit-jetbrains --json assets | python3 "$GITHUB_WORKSPACE/.github/workflows/generateUpdatesXml.py" - > updatePlugins.xml
+ gh release view "$TAG_NAME" --repo "$GITHUB_REPOSITORY" --json assets | python3 "$GITHUB_WORKSPACE/.github/workflows/generateUpdatesXml.py" - > updatePlugins.xml
182
gh release upload "$TAG_NAME" updatePlugins.xml
0 commit comments