Skip to content

docs: mi/fix-glossary-typo #171

docs: mi/fix-glossary-typo

docs: mi/fix-glossary-typo #171

name: Publish Packages
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
if: github.repository == 'interledger/open-payments'
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/env-setup
- name: Create Release Pull Request/Publish to npm
uses: changesets/action@v1
with:
version: pnpm ci:version
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}