Skip to content

Bump version and publish #8

Bump version and publish

Bump version and publish #8

Workflow file for this run

name: Bump version and publish
on:
workflow_run:
workflows: [ "CI" ]
types: [ completed ]
jobs:
tag:
permissions:
contents: write
if: >
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'main'
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- name: Generate Tag
uses: cvxgrp/.github/actions/uv/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}