Skip to content

Commit 26cc369

Browse files
committed
chore: set shell: bash on push choco job
1 parent 1c8c486 commit 26cc369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
path: packages
167167

168168
- name: Push to Chocolatey
169+
shell: bash
169170
run: |
170-
nupkg_path=$(find ${{ steps.download-nupkg.outputs.download-path }} -maxdepth 1 -type f -name "*.nupkg" | head -n 1)
171-
scripts/chocolatey/push $nupkg_path
171+
scripts/chocolatey/push packages/ggshield.*.nupkg
172172
env:
173173
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

0 commit comments

Comments
 (0)