[PR #7757] [MERGED] :electron: Publish to Microsoft store after release is published #89551

Closed
opened 2026-05-22 14:01:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7757
Author: @MikesGlitch
Created: 5/8/2026
Status: Merged
Merged: 5/9/2026
Merged by: @MikesGlitch

Base: masterHead: move-ms-publish-workflow-to-after-release


📝 Commits (2)

  • f406875 move desktop app microsoft store publish to after the release is published
  • 928151d release notes

📊 Changes

3 files changed (+120 additions, -43 deletions)

View changed files

📝 .github/workflows/electron-master.yml (+1 -43)
.github/workflows/publish-microsoft-store.yml (+113 -0)
upcoming-release-notes/7757.md (+6 -0)

📄 Description

Description

We were publishing to the Microsoft store when the tag was created. I've moved it to after the release is published to be in line with our announcement. This should avoid it being released too early if we delay announcing.

Testing

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7757 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 5/8/2026 **Status:** ✅ Merged **Merged:** 5/9/2026 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `move-ms-publish-workflow-to-after-release` --- ### 📝 Commits (2) - [`f406875`](https://github.com/actualbudget/actual/commit/f4068755a959af08596bb6f077adbf57996c67d4) move desktop app microsoft store publish to after the release is published - [`928151d`](https://github.com/actualbudget/actual/commit/928151d26d83e47e2a16ab445e748fd0a6439db9) release notes ### 📊 Changes **3 files changed** (+120 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/electron-master.yml` (+1 -43) ➕ `.github/workflows/publish-microsoft-store.yml` (+113 -0) ➕ `upcoming-release-notes/7757.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://actualbudget.org/docs/contributing/#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description We were publishing to the Microsoft store when the tag was created. I've moved it to after the release is published to be in line with our announcement. This should avoid it being released too early if we delay announcing. <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-22 14:01:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#89551