Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Merge pull request #209 from ConduitIO/archive-repository #121

Merge pull request #209 from ConduitIO/archive-repository

Merge pull request #209 from ConduitIO/archive-repository #121

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 }}