From 2cc5a92022667f380e180e5c643aeb0d7cdb4ebf Mon Sep 17 00:00:00 2001 From: ienaga Date: Sun, 23 Mar 2025 13:35:27 +0900 Subject: [PATCH] #128 update actions yml --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d742129..107290c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,9 +13,6 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 - with: - repository: Next2D/player - ref: main - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org"