Skip to content

Commit 0428015

Browse files
committed
list releases
1 parent af5e65c commit 0428015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
find ${{inputs.pkgRepo}}/nginx-agent | grep -e "nginx-agent[_-]${{inputs.pkgVersion}}"
8181

8282
- name: GitHub Upload
83-
continue-on-error: true
8483
if: ${{ needs.vars.outputs.github_release == 'true' }}
8584
env:
8685
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8786
# clobber overwrites existing assets of the same name
8887
run: |
88+
gh release list
8989
gh release upload --clobber v${{ inputs.pkgVersion }} \
9090
$(find ${{inputs.pkgRepo}}/nginx-agent | grep -e "nginx-agent[_-]${{inputs.pkgVersion}}")
9191

0 commit comments

Comments
 (0)