diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c06d6a..0c30432 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,17 +29,16 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: + registry-url: "https://registry.npmjs.org" node-version: ${{ matrix.node-version }} - name: Install Dependency run: npm ci - name: Publish - uses: JS-DevTools/npm-publish@v1 - with: - token: ${{ secrets.NPM_TOKEN }} + run: npm publish env: - NODE_OPTIONS: --openssl-legacy-provider + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create Release id: create_release diff --git a/package-lock.json b/package-lock.json index 8a6d61c..5adf6e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "igf", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "igf", - "version": "0.12.0", + "version": "0.12.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4cc40f6..9170d15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "igf", - "version": "0.12.0", + "version": "0.12.1", "description": "Runtime Application Instruments for iOS", "main": "index.js", "dependencies": {