Skip to content

Commit a109ba4

Browse files
committed
use the authkit-node- tag prefix
1 parent fabce58 commit a109ba4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/publish-authkit.yaml

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

33
on:
4-
release:
5-
types: [created]
64
push:
7-
branches:
8-
- npm-publish-fixes
5+
tags:
6+
- "authkit-node-[0-9]+.[0-9]+.[0-9]+"
97

108
jobs:
119
build:

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)