Skip to content

Commit 9b35c1e

Browse files
committed
Fixing module release tagging
1 parent 71c02e0 commit 9b35c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/module-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
# Get all assets of the release and delete each one
161161
gh release view ${{ steps.version.outputs.tag }} --json assets --jq '.assets[].name' -- | while read asset; do
162162
echo "Deleting asset: $asset"
163-
gh release delete-asset ${{ steps.version.outputs.tag }} "$asset" -y
163+
gh release delete-asset ${{ steps.version.outputs.tag }} "$asset" -y --
164164
done
165165
env:
166166
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)