Skip to content

Merge pull request #208 from ConduitIO/disable-dependabot #120

Merge pull request #208 from ConduitIO/disable-dependabot

Merge pull request #208 from ConduitIO/disable-dependabot #120

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 Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Dependencies
run: yarn
- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.MEROXA_MACHINE }}