Skip to content

bump backstage to 1.20.x (#367) #232

bump backstage to 1.20.x (#367)

bump backstage to 1.20.x (#367) #232

Workflow file for this run

name: Changeset
on:
push:
branches:
- main
jobs:
create-release-pr:
name: Create Changeset PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v3
- name: Install Dependencies
run: yarn
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}