[PR #6584] [CLOSED] [PM-32751] ci: Fix version name output in run summary #19449

Closed
opened 2026-04-15 03:50:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6584
Author: @vvolkgang
Created: 2/25/2026
Status: Closed

Base: mainHead: vvolkgang/fix-version-name-output


📝 Commits (1)

  • 460638c Fix version name output in run summary

📊 Changes

4 files changed (+33 additions, -51 deletions)

View changed files

.github/scripts/set-build-version.sh (+23 -0)
📝 .github/workflows/build-authenticator.yml (+3 -16)
📝 .github/workflows/build-testharness.yml (+3 -16)
📝 .github/workflows/build.yml (+4 -19)

📄 Description

🎟️ Tracking

PM-32751

📔 Objective

While testing other work I noticed the build workflows were unintentionally listing most of the content of libs.versions.toml. Took the time to move this bit to a script so it can be reused in other places, mitigating regexp differences between them.


🔄 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/bitwarden/android/pull/6584 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 2/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `vvolkgang/fix-version-name-output` --- ### 📝 Commits (1) - [`460638c`](https://github.com/bitwarden/android/commit/460638ca073171802337a91e6bf83fc1ee7afef9) Fix version name output in run summary ### 📊 Changes **4 files changed** (+33 additions, -51 deletions) <details> <summary>View changed files</summary> ➕ `.github/scripts/set-build-version.sh` (+23 -0) 📝 `.github/workflows/build-authenticator.yml` (+3 -16) 📝 `.github/workflows/build-testharness.yml` (+3 -16) 📝 `.github/workflows/build.yml` (+4 -19) </details> ### 📄 Description ## 🎟️ Tracking PM-32751 ## 📔 Objective While testing other work I noticed the build workflows were unintentionally listing most of the content of libs.versions.toml. Took the time to move this bit to a script so it can be reused in other places, mitigating regexp differences between them. --- <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-04-15 03:50:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#19449