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 unbalanced parenthesis in release.yml #152

Merged
merged 1 commit into from
Dec 12, 2021
Merged

Fix unbalanced parenthesis in release.yml #152

merged 1 commit into from
Dec 12, 2021

Conversation

galleon
Copy link
Contributor

@galleon galleon commented Dec 12, 2021

Changed line 378 from
const nightlyRelease = releases.data.find(r => r.tag_name === 'nightly')) to
const nightlyRelease = releases.data.find(r => r.tag_name === 'nightly')

@galleon galleon merged commit 3c1ed28 into airbus:master Dec 12, 2021
@galleon galleon deleted the gal/fix_release branch December 12, 2021 10:35
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