Skip to content

Commit 10ab862

Browse files
authored
fix: publishing authkit-node to NPM (#51)
1 parent aa4b2b1 commit 10ab862

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish-authkit.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Publish AuthKit Package to NPM
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- "authkit-node-[0-9]+.[0-9]+.[0-9]+"
67

78
jobs:
89
build:
@@ -23,4 +24,4 @@ jobs:
2324
- name: Publish
2425
run: npm publish --access public
2526
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/connections/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picahq/authkit-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Secure token generation for Pica AuthKit",
55
"main": "dist/index.js",
66
"scripts": {
@@ -47,4 +47,4 @@
4747
},
4848
"gitHead": "35ff51f0afc618c5413ef9bab778f4dcf582b8ab",
4949
"homepage": "https://picaos.com"
50-
}
50+
}

0 commit comments

Comments
 (0)