Compare commits
No commits in common. "8a6219718aa1a972b396de39a170de69d5372d5a" and "40f76a8bdb8da813408ee47fa4aec0d3debfd0f4" have entirely different histories.
8a6219718a
...
40f76a8bdb
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -27,14 +27,14 @@ jobs:
|
|||||||
version: v3.10.0
|
version: v3.10.0
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.5.0
|
uses: helm/chart-releaser-action@v1.4.1
|
||||||
with:
|
with:
|
||||||
charts_dir: charts
|
charts_dir: charts
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
||||||
- name: Get app version from chart
|
- name: Get app version from chart
|
||||||
uses: mikefarah/yq@v4.30.8
|
uses: mikefarah/yq@v4.30.6
|
||||||
id: app_version
|
id: app_version
|
||||||
with:
|
with:
|
||||||
cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml
|
cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml
|
||||||
@ -65,4 +65,4 @@ jobs:
|
|||||||
file_glob: true
|
file_glob: true
|
||||||
file: lerentis-bitwarden-crd-operator_*.spdx.json
|
file: lerentis-bitwarden-crd-operator_*.spdx.json
|
||||||
tag: ${{ steps.previoustag.outputs.tag }}
|
tag: ${{ steps.previoustag.outputs.tag }}
|
||||||
overwrite: true
|
overwrite: false
|
||||||
|
Loading…
Reference in New Issue
Block a user