diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3eea482..76d3057 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,11 +20,7 @@ jobs: go-version: 1.19 id: go - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - with: - path: mqtt-mirror - fetch-depth: 0 + - uses: actions/checkout@v2 - name: Docker Login if: success() && startsWith(github.ref, 'refs/tags/') @@ -38,7 +34,6 @@ jobs: uses: goreleaser/goreleaser-action@v3 with: args: release - workdir: ${{github.workspace}}/mqtt-mirror env: GITHUB_TOKEN: ${{ secrets.PAT }} @@ -46,6 +41,7 @@ jobs: uses: stefanprodan/helm-gh-pages@v1.4.1 with: token: ${{ secrets.PAT }} - repository: 4nte/helm-charts + owner: 4nte + repository: helm-charts chart_version: ${{ steps.get_version.outputs.version-without-v }} app_version: ${{ steps.get_version.outputs.version-without-v }}