Skip to content

Commit

Permalink
fix(publish release): forgot to uncomment the needs definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Supermanuu committed Aug 9, 2024
1 parent 0d97efc commit d07b750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: generate-release-first
# needs: generate-release-first # Not needed for now because any push to main will trigger a build
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} # Branch to merge into main
steps:
Expand Down

0 comments on commit d07b750

Please sign in to comment.