From d2eb7278f3340df0e055178a3c2159f1f2045944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkay=20Tekin=20=C3=96z?= Date: Fri, 9 Feb 2024 17:51:01 +0300 Subject: [PATCH] Workflow fix (#6) --- .github/workflows/release_charts.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_charts.yaml b/.github/workflows/release_charts.yaml index bad752b..801809a 100644 --- a/.github/workflows/release_charts.yaml +++ b/.github/workflows/release_charts.yaml @@ -11,8 +11,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: + ref: rockcraft fetch-depth: 0 - name: Configure Git @@ -25,4 +26,4 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: - charts_dir: deploy/charts \ No newline at end of file + charts_dir: deploy/charts