From 884ba4b12ef3be419708d9c06acd5badbdcbe8bb Mon Sep 17 00:00:00 2001 From: Mirzamehdi Date: Tue, 27 Feb 2024 03:24:31 +0100 Subject: [PATCH] Fixing github build_publish action workflow --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 227e343..e684742 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -162,7 +162,7 @@ jobs: name: Close staging repository runs-on: ubuntu-latest needs: [ create-staging-repository, publish ] - if: ${{ always() && needs.create_staging_repository.result == 'success' }} + if: ${{ always() && needs.create-staging-repository.result == 'success' }} steps: - name: Close staging repository uses: nexus-actions/release-nexus-staging-repo@6632a81bfab63557b2717e8423b0a620ae5aa414