Skip to content

chore(release): applying package updates #4

chore(release): applying package updates

chore(release): applying package updates #4

Workflow file for this run

name: Release
on:
push:
tags:
- '@rightcapital/**'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rightcapitalhq/action-beachball-release@main
with:
tag: ${{ github.ref_name }}
repo-url: ${{ github.server_url }}/${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}