Skip to content

chore: Fix release script - #153

Merged
taeold merged 4 commits into
mainfrom
dl-fix-release-script
Oct 24, 2023
Merged

chore: Fix release script#153
taeold merged 4 commits into
mainfrom
dl-fix-release-script

Conversation

@taeold

@taeold taeold commented Oct 24, 2023

Copy link
Copy Markdown
Contributor

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
Comment thread .github/workflows/release.yaml Outdated
if: >
github.event.pull_request.merged &&
github.ref == 'main' &&
github.ref == 'refs/heads/master' &&

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

oh thank you!

@taeold
taeold requested a review from thatfiredev October 24, 2023 21:41

@joehan joehan left a comment

Copy link
Copy Markdown
Member

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
@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