[PR #7104] Simplify release workflow #26100

Open
opened 2026-05-29 05:05:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7104
Author: @dfunkt
Created: 4/16/2026
Status: 🔄 Open

Base: mainHead: misc-release-wflow


📝 Commits (1)

  • 34feefa Simplify release workflow

📊 Changes

1 file changed (+23 additions, -54 deletions)

View changed files

📝 .github/workflows/release.yml (+23 -54)

📄 Description

The empty lines between the aliases in the 2nd job could be removed if needed. (not sure if I like how the empty space looks)
Also open to more suggestions for furher anchor usage in the workflow.


🔄 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/dani-garcia/vaultwarden/pull/7104 **Author:** [@dfunkt](https://github.com/dfunkt) **Created:** 4/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `misc-release-wflow` --- ### 📝 Commits (1) - [`34feefa`](https://github.com/dani-garcia/vaultwarden/commit/34feefa9f80641b337df989a35c3d0fb7ecc13a1) Simplify release workflow ### 📊 Changes **1 file changed** (+23 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+23 -54) </details> ### 📄 Description - use YAML anchors to remove duplicated steps (https://docs.github.com/en/actions/reference/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases) - cleanup unused `BASE_TAGS` from 1st job - remove leftover whitespace from a previous commit The empty lines between the aliases in the 2nd job could be removed if needed. (not sure if I like how the empty space looks) Also open to more suggestions for furher anchor usage in the workflow. --- <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-29 05:05:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#26100