From 4e3b79e79e1a419ec6af0e0f5d8b2caad50e787f Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 1 May 2026 15:13:31 -0700 Subject: [PATCH] only upload the changelog, not the whole temp dir --- .github/workflows/changelog_stage.yml | 2 +- .github/workflows/common_deploy_jobs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog_stage.yml b/.github/workflows/changelog_stage.yml index 0521b935d..9b2cf3085 100644 --- a/.github/workflows/changelog_stage.yml +++ b/.github/workflows/changelog_stage.yml @@ -24,4 +24,4 @@ jobs: with: # If we change the artifact's name, it should also be changed in tools/create_github_release.py name: changelog - path: "${{ runner.temp }}" + path: "${{ runner.temp }}/release_notes.md" diff --git a/.github/workflows/common_deploy_jobs.yml b/.github/workflows/common_deploy_jobs.yml index eb492859e..911b4af22 100644 --- a/.github/workflows/common_deploy_jobs.yml +++ b/.github/workflows/common_deploy_jobs.yml @@ -4,7 +4,7 @@ on: inputs: dockerTag: required: true - description: 'docker tag to push to' + description: 'tag to assign docker images' type: string snapReleaseChannel: description: 'snap channel to release to'