Skip to content

Commit

Permalink
(maint) Add missing dependency on push
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AdmiringWorm committed Apr 7, 2022
1 parent 37760ca commit 1258476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-pusher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1258476

Please sign in to comment.