Skip to content

Commit

Permalink
Fix release CI workflow if expression
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed May 15, 2023
1 parent 228b6ec commit 15568f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 15568f8

Please sign in to comment.