From fe3eef5b4def3fd250089177fe8d9b041e77a356 Mon Sep 17 00:00:00 2001 From: insraq Date: Tue, 16 Apr 2024 19:20:08 +0300 Subject: [PATCH] Publish to NPM --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1cc8b4e..2a09ba6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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]