Skip to content

Commit ece84f8

Browse files
committed
0.12.1
1 parent 96bff04 commit ece84f8

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@ jobs:
2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v4
3131
with:
32+
registry-url: "https://registry.npmjs.org"
3233
node-version: ${{ matrix.node-version }}
3334

3435
- name: Install Dependency
3536
run: npm ci
3637

3738
- name: Publish
38-
uses: JS-DevTools/npm-publish@v1
39-
with:
40-
token: ${{ secrets.NPM_TOKEN }}
39+
run: npm publish
4140
env:
42-
NODE_OPTIONS: --openssl-legacy-provider
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4342

4443
- name: Create Release
4544
id: create_release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igf",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Runtime Application Instruments for iOS",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)