Skip to content

Commit adad8cd

Browse files
committed
v0.1.2
1 parent 601001d commit adad8cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
15+
registry-url: 'https://registry.npmjs.org'
1516
- run: npm ci
1617
- run: npm run build
1718
- run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-plugin-oauth2",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"main": "cjs/index.ts",
66
"types": "cjs/index.d.ts",

0 commit comments

Comments
 (0)