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

chore: Fix release script #153

Merged
merged 4 commits into from
Oct 24, 2023
Merged

chore: Fix release script #153

merged 4 commits into from
Oct 24, 2023

Conversation

taeold
Copy link
Collaborator

@taeold taeold commented Oct 24, 2023

Release script is broken. Following firebase/firebase-admin-node#2313, we also update the github.ref to correctly match against PR merged against the main branch.

@taeold taeold changed the title chore: Fix release script. chore: Fix release script Oct 24, 2023
@@ -74,7 +74,7 @@ jobs:
# 4. the title prefix 'chore: Release '.
if: >
github.event.pull_request.merged &&
github.ref == 'main' &&
github.ref == 'refs/heads/master' &&
Copy link
Member

Choose a reason for hiding this comment

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

Should this be refs/heads/main instead? (looks like this repo uses main instead of master)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh thank you!

Copy link
Collaborator

@joehan joehan left a comment

Choose a reason for hiding this comment

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

LGTM assuming the version drop is intentional

@taeold taeold requested review from joehan and removed request for thatfiredev October 24, 2023 22:01
@taeold taeold merged commit 7b7f4a4 into main Oct 24, 2023
9 checks passed
@taeold taeold deleted the dl-fix-release-script branch October 24, 2023 22:01
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.

3 participants