From 324e7cd61a8f647e36f0eef153a70e9627031bc9 Mon Sep 17 00:00:00 2001 From: GPortas Date: Mon, 23 Sep 2024 13:41:37 +0200 Subject: [PATCH] Fixed: using github.ref_name in deploy_alpha --- .github/workflows/deploy_alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_alpha.yml b/.github/workflows/deploy_alpha.yml index 0db745ad..7f04d255 100644 --- a/.github/workflows/deploy_alpha.yml +++ b/.github/workflows/deploy_alpha.yml @@ -92,7 +92,7 @@ jobs: git commit -m "Update version to ${NEW_VERSION}" # Push the changes to the repository - git push origin develop + git push origin "${{ github.ref_name }}" - name: Publish package run: |