Skip to content

Commit

Permalink
fix release workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Sep 2, 2024
1 parent 6221056 commit f779c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: {}

jobs:
release:
if: github.repository_owner = 'Effect-Ts'
if: github.repository_owner == 'Effect-Ts'
name: Release
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit f779c14

Please sign in to comment.