Skip to content

Commit 9215065

Browse files
committed
try if can delete all the previous release assets
1 parent ff17b9f commit 9215065

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-all-operators.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
(cd ./deployment/gcp-oidc-deployment-files-${{ needs.start.outputs.new_version }} && zip -r ../../gcp-oidc-deployment-files-${{ needs.start.outputs.new_version }}.zip . )
251251
(cd manifests && zip -r ../uid2-operator-release-manifests-${{ needs.start.outputs.new_version }}.zip .)
252252
253-
name: Cleanup old assets from this tag
253+
- name: Cleanup old assets from this tag
254254
# requires GH CLI and contents: write
255255
env:
256256
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -279,7 +279,6 @@ jobs:
279279
echo "No existing release v$TAG to prune—moving on."
280280
fi
281281
282-
283282
- name: Create draft release
284283
uses: softprops/action-gh-release@v2
285284
with:

0 commit comments

Comments
 (0)