Skip to content

Commit

Permalink
Fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 24, 2024
1 parent efab670 commit 3dbaa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: check_tag

if: github.repository_owner == 'visgl' && jobs.check_tag.result != 'success'
if: github.repository_owner == 'visgl' && jobs.check_tag.result == 'success'

env:
ADMIN_TOKEN: ${{ secrets.ADMIN_TOKEN }}
Expand Down

0 comments on commit 3dbaa8f

Please sign in to comment.