Skip to content

Commit

Permalink
Fixing github build_publish action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzemehdi committed Feb 27, 2024
1 parent 5d489ed commit 884ba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884ba4b

Please sign in to comment.