Skip to content

Commit

Permalink
ci: fix org name
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Sep 6, 2022
1 parent 10fea13 commit 917f70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: [test]
if: "${{ github.repository_owner == 'acss-io' && github.event_name == 'push' }}"
if: "${{ github.repository_owner == 'yahoo' && github.event_name == 'push' }}"
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 917f70d

Please sign in to comment.