Skip to content

Commit

Permalink
Publish to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
insraq committed Apr 16, 2024
1 parent e35c304 commit fe3eef5
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 @@ -101,7 +101,7 @@ jobs:

deploy:
# prevents this action from running on forks or pull requests
if: ${{ github.repository == 'ai-zen/steamworks.js' && github.event_name == 'push' }}
if: ${{ github.repository == 'fishpondstudio/steamworks.js' && github.event_name == 'push' }}

runs-on: ubuntu-20.04
needs: [build, build-mac]
Expand Down

0 comments on commit fe3eef5

Please sign in to comment.