Skip to content

Bump prettier from 3.4.2 to 3.5.0 (#821) #668

Bump prettier from 3.4.2 to 3.5.0 (#821)

Bump prettier from 3.4.2 to 3.5.0 (#821) #668

Workflow file for this run

name: Publish new version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Build schema from source
run: docker compose -f docker-compose-ci.yml run build_from_source
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: make publish-ignore-same-version-error
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}