Skip to content

Merge pull request #56 from timhettler/dependabot/npm_and_yarn/typesc… #35

Merge pull request #56 from timhettler/dependabot/npm_and_yarn/typesc…

Merge pull request #56 from timhettler/dependabot/npm_and_yarn/typesc… #35

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}