From 67df4d2c4a1b2d421ed914baacb1103673558232 Mon Sep 17 00:00:00 2001 From: Igor Ignatev Date: Sun, 16 Oct 2022 12:08:49 +0300 Subject: [PATCH] try --- .github/workflows/release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10006ab..45d7aa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,24 +34,17 @@ jobs: release: needs: docker - permissions: - contents: write runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@master with: fetch-depth: 0 - - name: Configure Git - run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - name: Update Helm Chart Values uses: Nextdoor/helm-set-image-tag-action@main with: - tag_value: ${{github.ref_name}} + tag_value: ${{ github.ref }} values_files: charts/kubelinks/values.yaml commit_branch: master