Skip to content

Commit a046570

Browse files
committed
8.6.2
1 parent 426fe51 commit a046570

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm install
2424
- run: git submodule update --init
25-
- name: update website
26-
if: ${{ github.event_name == 'push' && matrix.node-version == '14.x' }}
27-
run: ./scripts/publish-site
28-
env:
29-
GH_TOKEN_PUBLIC: ${{ secrets.GH_TOKEN_PUBLIC }}
30-
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
31-
GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }}
25+
# - name: update website
26+
# if: ${{ github.event_name == 'push' && matrix.node-version == '14.x' }}
27+
# run: ./scripts/publish-site
28+
# env:
29+
# GH_TOKEN_PUBLIC: ${{ secrets.GH_TOKEN_PUBLIC }}
30+
# GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
31+
# GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }}
3232
- run: npm run build
3333
- run: npm run test-ci
3434
- name: coveralls

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ajv",
3-
"version": "8.6.1",
3+
"version": "8.6.2",
44
"description": "Another JSON Schema Validator",
55
"main": "dist/ajv.js",
66
"types": "dist/ajv.d.ts",

0 commit comments

Comments
 (0)