[PR #1997] [MERGED] DEVOPS-852 - Update "Dry Run" paths in Release workflow #3282

Closed
opened 2025-11-26 23:30:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1997
Author: @vgrassia
Created: 7/18/2022
Status: Merged
Merged: 7/19/2022
Merged by: @vgrassia

Base: masterHead: devops-852


📝 Commits (1)

  • c072896 Update 'Dry Run' path in Release workflow

📊 Changes

1 file changed (+21 additions, -2 deletions)

View changed files

📝 .github/workflows/release.yml (+21 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

This PR updates the release workflow so that the Dry Run path is the same and clean up automatically.

Code changes

  • .github/workflows/release.yml: Adds a download artifacts step for the Dry Run path. Updates a couple lines using ${{ }} syntax.

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/1997 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/19/2022 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `master` ← **Head:** `devops-852` --- ### 📝 Commits (1) - [`c072896`](https://github.com/bitwarden/android/commit/c07289618ecf21fbd9ed64c633f7d924006fbded) Update 'Dry Run' path in Release workflow ### 📊 Changes **1 file changed** (+21 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+21 -2) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [X] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> This PR updates the `release` workflow so that the `Dry Run` path is the same and clean up automatically. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **.github/workflows/release.yml:** Adds a `download artifacts` step for the `Dry Run` path. Updates a couple lines using `${{ }}` syntax. ## Before you submit - [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [X] This change has particular **deployment requirements** (notify the DevOps team) --- <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 2025-11-26 23:30:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3282