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 152882e commit cca635cCopy full SHA for cca635c
.github/workflows/build-release.yaml
@@ -40,6 +40,7 @@ jobs:
40
env:
41
OPERATOR_SDK_VERSION: v1.31.0
42
steps:
43
+ - uses: actions/checkout@v3
44
- name: Install operator-sdk
45
run: |
46
curl -L https://github.com/operator-framework/operator-sdk/releases/download/${OPERATOR_SDK_VERSION}/operator-sdk_linux_amd64 -o /usr/local/bin/operator-sdk
@@ -57,6 +58,7 @@ jobs:
57
58
needs: build-push-docker
59
runs-on: ubuntu-latest
60
61
62
- name: helmify
63
run: make helm
64
- name: Chart | Push
@@ -74,6 +76,8 @@ jobs:
74
76
75
77
name: release
78
79
+ env:
80
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
82
- name: release
83
run: gh release create ${{ github.ref_name }} --generate-notes --verify-tag
0 commit comments