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'