Compare commits
No commits in common. "7e53afe035bf981bb5f98464a19d8a541df0b3f4" and "27af90322a550e519e35194d759643c16e35a5cc" have entirely different histories.
7e53afe035
...
27af90322a
@ -94,18 +94,14 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Helm
|
||||
env:
|
||||
BINARY_NAME: helm
|
||||
run: |
|
||||
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
|
||||
- name: Package Chart
|
||||
run: |
|
||||
helm package --app-version ${VERSION#v} ${CHART_DIR}
|
||||
helm package --app-version ${VERSION} ${CHART_DIR}
|
||||
|
||||
- name: Publish Chart
|
||||
env:
|
||||
API_TOKEN: ${{ secrets.API_TOKEN }}
|
||||
run: |
|
||||
curl -X POST \
|
||||
-H "Authorization: token ${API_TOKEN}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user