We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601001d commit adad8cdCopy full SHA for adad8cd
.github/workflows/publish.yaml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 16
15
+ registry-url: 'https://registry.npmjs.org'
16
- run: npm ci
17
- run: npm run build
18
- run: npm test
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "payload-plugin-oauth2",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"license": "MIT",
5
"main": "cjs/index.ts",
6
"types": "cjs/index.d.ts",
0 commit comments