Skip to content

Commit

Permalink
release without explicit checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 2, 2025
1 parent 41def5e commit 7ca403b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
name: Bump version

on:
workflow_dispatch:
#workflow_run:
# workflows: [ "CI" ]
# types: [ completed ]
workflow_dispatch

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/tag@v2.0.12
with:
Expand Down

0 comments on commit 7ca403b

Please sign in to comment.