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

Fix minor issue in the adhoc example app publishing workflow #978

Conversation

QuintinWillison
Copy link
Contributor

Remove copy-pasted prefix from property name.

The ORG_GRADLE_PROJECT_ prefix is used in our GitHub workflows as a means to convert an environment variable into a Gradle property, however the property name then strips that prefix.

I had correctly stripped it for ABLY_BUILD_CONTEXT_BUILD_METADATA here, injected here, but for some reason hadn't done the same for ABLY_BUILD_CONTEXT_TITLE. This pull request fixes that oversight.

The ORG_GRADLE_PROJECT_ prefix is used in our GitHub workflows as a means to convert an environment variable into a Gradle property, however the property name then strips that prefix.
@QuintinWillison QuintinWillison merged commit dca56ba into main Feb 1, 2023
@QuintinWillison QuintinWillison deleted the fix-release-notes-context-for-adhoc-example-app-publish branch February 1, 2023 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants