Skip to content

Commit

Permalink
Simplify deployment workflow condition in job publish
Browse files Browse the repository at this point in the history
  • Loading branch information
damms005 committed Jan 31, 2025
1 parent ad66428 commit c5f30d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: build
if: success() && startsWith( github.ref, 'refs/tags/')
if: success()
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit c5f30d7

Please sign in to comment.