We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad27b1 commit 6671d56Copy full SHA for 6671d56
.github/workflows/publish-latest-crossplane-composition.yml renamed to .github/workflows/publish-latest-composition.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
publish-crossplane-composition:
10
- name: Build & Publish Crossplane Configuration Package
+ name: Build and Publish Crossplane Composition - Latest
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repository
.github/workflows/publish-tagged-crossplane-composition.yml renamed to .github/workflows/publish-tagged-composition.yml
@@ -1,13 +1,11 @@
1
-name: Publish Tagged Crossplane Composition
2
-
3
on:
4
push:
5
tags:
6
- v*
+ name: Build and Publish Crossplane Composition - Tagged
0 commit comments