From 6c60913a8e6eb246ac370ffbdb186a9bccb0b31d Mon Sep 17 00:00:00 2001 From: Uros Bajzelj Date: Tue, 30 Jul 2024 13:19:27 +0200 Subject: [PATCH] Update release-chart.yaml --- .github/workflows/release-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index c2e98b2f..fee143bd 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -24,7 +24,7 @@ jobs: with: name: "nautobot" repository: "nautobot/helm-charts" - tag: "${{ github.ref }}" + tag: "${{ github.ref_name }}" path: "charts/nautobot" registry: "ghcr.io" registry_username: "${{ secrets.REGISTRY_USERNAME }}"