diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 18b4993..4a50909 100755 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -8,6 +8,7 @@ on: - reopened jobs: + lint-chart: runs-on: ubuntu-latest steps: - name: Harden Runner @@ -190,4 +191,4 @@ jobs: docker image ls -a - name: Run chart-testing (install) - run: ct install --target-branch=master --chart-dirs chart \ No newline at end of file + run: ct install --target-branch=master --chart-dirs chart diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 28bc8c5..6ec0840 100755 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -84,6 +84,7 @@ signs: - sign-blob - "--output-certificate=${certificate}" - "--output-signature=${signature}" + - "--yes" - "${artifact}" artifacts: checksum output: true @@ -96,4 +97,5 @@ docker_signs: output: true args: - 'sign' + - "--yes" - '${artifact}'