Skip to content

Commit d2368de

Browse files
authored
Read current repository from env instead of hardcoding in workflow (#4400)
1 parent ebabff7 commit d2368de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ jobs:
178178
gh release upload "$TAG_NAME" plugin-amazonq-*/*.zip
179179
- name: Publish XML manifest
180180
run: |
181-
gh release view "$TAG_NAME" --repo aws/aws-toolkit-jetbrains --json assets | python3 "$GITHUB_WORKSPACE/.github/workflows/generateUpdatesXml.py" - > updatePlugins.xml
181+
gh release view "$TAG_NAME" --repo "$GITHUB_REPOSITORY" --json assets | python3 "$GITHUB_WORKSPACE/.github/workflows/generateUpdatesXml.py" - > updatePlugins.xml
182182
gh release upload "$TAG_NAME" updatePlugins.xml

0 commit comments

Comments
 (0)