Skip to content

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#24) #18

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#24)

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#24) #18

Workflow file for this run

name: "publish"
on:
push:
branches:
- main
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: yarn
- name: Create Release Pull Request
id: create_release_pr
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}