Skip to content

Commit

Permalink
chore: fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Apr 8, 2021
1 parent 0c93752 commit 1da95aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.repository_owner == 'aldeed' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.repository_owner == 'longshotlabs' && github.ref == 'refs/heads/main' }}
needs: [lint, test]
defaults:
run:
Expand Down

0 comments on commit 1da95aa

Please sign in to comment.