-
Notifications
You must be signed in to change notification settings - Fork 74
[BRE-1194] update publish-gh-release to every hour when triggered by publish-store #1945
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
base: main
Are you sure you want to change the base?
Conversation
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1945 +/- ##
==========================================
- Coverage 81.32% 81.32% -0.01%
==========================================
Files 832 832
Lines 52457 52457
==========================================
- Hits 42663 42660 -3
- Misses 9794 9797 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
name: Publish Password Manager Release | ||
uses: bitwarden/gh-actions/.github/workflows/_publish-mobile-github-release.yml@main | ||
with: | ||
workflow_name: "publish-github-release-pwm.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚒️ I think this workflow should be renamed to pm
rather than pwm
workflow_name: "publish-github-release-pwm.yml" | |
workflow_name: "publish-github-release-pm.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why on this workflow and not the android ones?
.github/workflows/publish-store.yml
Outdated
exit 0 | ||
fi | ||
if $PRODUCT == "Password Manager" ; then | ||
gh workflow enable publish-github-release-pwm.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Along the same lines as above
gh workflow enable publish-github-release-pwm.yml | |
gh workflow enable publish-github-release-pm.yml |
This updated was tested during the 10/2/25 clients release
Added dry-run option to publish-store.yml
publish-store.yml will enable github release workflows once release to the ios app store is complete.
publish-github-release.yml is now publish-github-release-bwa.yml and publish-github-release-bwa.yml so that they can be enabled or disabled based on which project was released. They now run hourly when enabled.
The workflow gh-actions/_publish-mobile-github-release.yml disables the workflow that ran it once it completes successfully.
🎟️ Tracking
Original Ticket
Follow up for testing
📔 Objective
Right now the check runs at 3am M-F, so if it fails on a Friday it doesn’t run again until Monday, which causes CI jobs to fail. This happens since they use the existing GH release to determine the version and cannot upload using the same version that’s currently rolling out.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes