Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPC-2335: Replace hub with gh in Windows release workflow #1499

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Dec 5, 2023

@@ -32,6 +32,6 @@ jobs:
run: |
ARCHIVE=php_mongodb-${{ github.ref_name }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}.zip
zip $ARCHIVE php_mongodb.dll php_mongodb.pdb CREDITS CONTRIBUTING.md LICENSE README.md THIRD_PARTY_NOTICES
hub release edit -a $ARCHIVE -m "" $GITHUB_REF_NAME
gh release upload $GITHUB_REF_NAME $ARCHIVE
Copy link
Member Author

@jmikola jmikola Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hub is no longer available in runners, as evidenced by this CI failure. I'm going to manually attached the release assets to 1.17.1 in the meantime, but this should fix things going forward.

@jmikola jmikola requested a review from alcaeus December 5, 2023 19:03
@jmikola jmikola merged commit 2b31d82 into mongodb:v1.17 Dec 11, 2023
51 checks passed
@jmikola jmikola deleted the 1.17-phpc-2335 branch December 11, 2023 14:29
@jmikola
Copy link
Member Author

jmikola commented Dec 20, 2023

This worked for the 1.17.2 release: https://github.com/mongodb/mongo-php-driver/actions/runs/7278892752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants