Skip to content

Commit

Permalink
hotfixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Nov 28, 2023
1 parent 4634499 commit d697ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
for name in $(gh release view ${{needs.setup.outputs.tag}} --json assets | jq -r '.assets[].name'); do
gh release delete-asset ${{needs.setup.output.tag}} $name
gh release delete-asset ${{needs.setup.outputs.tag}} $name
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d697ac4

Please sign in to comment.