Skip to content

Commit 6e4214c

Browse files
oarbusiCopilot
andauthored
Update .github/workflows/release.yml
Co-authored-by: Copilot <[email protected]>
1 parent c49d5a5 commit 6e4214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
passphrase: ${{ secrets.APIX_BOT_GPG_PASSPHRASE }}
163163
- name: GPG sign PyPI distributions
164164
run: |
165-
for file in dist/awscdk_resources_mongodbatlas-*.whl dist/awscdk_resources_mongodbatlas-*.tar.gz; do
165+
for file in dist/*.whl dist/*.tar.gz; do
166166
if [ -f "$file" ]; then
167167
gpg --batch --yes --pinentry-mode loopback --passphrase "$APIX_BOT_GPG_PASSPHRASE" --detach-sign -a "$file"
168168
fi

0 commit comments

Comments
 (0)