Skip to content

chore(schema): bump version #8

chore(schema): bump version

chore(schema): bump version #8

Workflow file for this run

name: Publish @tg-app/validation-service-gql-schema package
on:
push:
tags:
- 'schema/v[0-9]+.[0-9]+.[0-9]+'
jobs:
push_to_registry:
name: Build and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn rebuild
- run: yarn config set npmScopes.tg-app.npmAuthToken ${{ secrets.NPM_TOKEN }}
- run: yarn workspace @tg-app/validation-service-gql-schema build
- run: yarn workspace @tg-app/validation-service-gql-schema npm publish