We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff17b9f commit 9215065Copy full SHA for 9215065
1 file changed
.github/workflows/publish-all-operators.yaml
@@ -250,7 +250,7 @@ jobs:
250
(cd ./deployment/gcp-oidc-deployment-files-${{ needs.start.outputs.new_version }} && zip -r ../../gcp-oidc-deployment-files-${{ needs.start.outputs.new_version }}.zip . )
251
(cd manifests && zip -r ../uid2-operator-release-manifests-${{ needs.start.outputs.new_version }}.zip .)
252
253
- – name: Cleanup old assets from this tag
+ - name: Cleanup old assets from this tag
254
# requires GH CLI and contents: write
255
env:
256
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -279,7 +279,6 @@ jobs:
279
echo "No existing release v$TAG to prune—moving on."
280
fi
281
282
-
283
- name: Create draft release
284
uses: softprops/action-gh-release@v2
285
with:
0 commit comments