From 1258476e9debc33ab0df1e6d43e1dbdbb54bf939 Mon Sep 17 00:00:00 2001 From: "Kim J. Nordmo" Date: Thu, 7 Apr 2022 12:39:13 +0200 Subject: [PATCH] (maint) Add missing dependency on push This commit updates the workflow that are responsible for pushing packages to CCR. This adds the dependency wormies-au-helpers package to the workflow so it can be used to easily update the release notes before pushing. --- .github/workflows/package-pusher.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-pusher.yml b/.github/workflows/package-pusher.yml index 9a7981f..464e662 100644 --- a/.github/workflows/package-pusher.yml +++ b/.github/workflows/package-pusher.yml @@ -18,8 +18,8 @@ jobs: steps: - name: Install Dependencies run: | - # Placeholder for installing dependencies - # choco install chocolatey-core.extension -y + # Used to easily update metadata before pushing packages + choco install wormies-au-helpers -y --ignore-dependencies shell: powershell - name: Environment Information run: |