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 a81e5da commit 6aef544
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
name: Bump version and publish

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

jobs:
tag:
permissions:
contents: write

#if: >
# github.event_name == 'workflow_dispatch' ||
# (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:
Expand All @@ -38,9 +27,6 @@ jobs:
id-token: write

steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: dist
Expand Down

0 comments on commit 6aef544

Please sign in to comment.