From 4a82f389388b3fac681676d318ccd3b176cb4055 Mon Sep 17 00:00:00 2001 From: Abduh Date: Mon, 11 Sep 2023 15:03:51 +0700 Subject: [PATCH] fix: action plugin workflow (#22) --- ...der_plugin.yaml.yml => release_cortex_provider_plugin.yaml} | 3 --- 1 file changed, 3 deletions(-) rename .github/workflows/{release_provider_plugin.yaml.yml => release_cortex_provider_plugin.yaml} (91%) diff --git a/.github/workflows/release_provider_plugin.yaml.yml b/.github/workflows/release_cortex_provider_plugin.yaml similarity index 91% rename from .github/workflows/release_provider_plugin.yaml.yml rename to .github/workflows/release_cortex_provider_plugin.yaml index 908f9495..a2781677 100644 --- a/.github/workflows/release_provider_plugin.yaml.yml +++ b/.github/workflows/release_cortex_provider_plugin.yaml @@ -23,9 +23,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Get release tag - id: get_version - uses: battila7/get-version-action@v2 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: