Skip to content

Commit

Permalink
Fix publish workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Apr 5, 2024
1 parent 335b940 commit bcbd44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Publish artifacts of build
runs-on: ubuntu-latest
if: |
github.repository_owner == 'alexcrichton'
github.repository_owner == 'bytecodealliance'
&& github.event_name == 'push'
&& github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit bcbd44a

Please sign in to comment.