Skip to content

Commit

Permalink
ci: remove another if
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Nov 3, 2024
1 parent e693679 commit d6f5566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
name: Create release
runs-on: ubuntu-latest
needs: [build]
if: ${{ needs.build.outputs.new-version }}
# if: ${{ needs.build.outputs.new-version }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d6f5566

Please sign in to comment.