From bd868e2cc4cac93305e931ae75786bf9ea5c256a Mon Sep 17 00:00:00 2001 From: Jim Page Date: Sun, 12 May 2024 10:29:14 +0100 Subject: [PATCH] one more time! --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 815616e..d8a4ec2 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -51,7 +51,7 @@ jobs: body: "@${{ github.repository }} ${{ env.PACKAGE_VERSION }}" draft: false prerelease: false - - run: NODE_PRE_GYP_GITHUB_TOKEN=$NODE_AUTH_TOKEN ./node_modules/node-pre-gyp-github/bin/node-pre-gyp-github publish --release + - run: NODE_PRE_GYP_GITHUB_TOKEN=$NODE_AUTH_TOKEN ./node_modules/node-pre-gyp-github/bin/node-pre-gyp-github.js publish --release - run: rm dist/pjsua2.node - run: npm pack - run: npm publish