Skip to content

Commit

Permalink
Fix release workflow syntax error (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 authored Sep 2, 2024
1 parent 6221056 commit d39ce86
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 d39ce86

Please sign in to comment.