Skip to content

Commit 6aef544

Browse files
committed
release without explicit checkout
1 parent a81e5da commit 6aef544

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/release.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
11
name: Bump version and publish
22

33
on:
4-
workflow_dispatch:
5-
#workflow_run:
6-
# workflows: [ "CI" ]
7-
# types: [ completed ]
4+
workflow_dispatch
85

96
jobs:
107
tag:
118
permissions:
129
contents: write
1310

14-
#if: >
15-
# github.event_name == 'workflow_dispatch' ||
16-
# (github.event.workflow_run.conclusion == 'success' &&
17-
# github.event.workflow_run.head_branch == 'main')
18-
1911
runs-on: ubuntu-latest
2012

2113
steps:
22-
- name: Checkout [${{ github.repository }}]
23-
uses: actions/checkout@v4
24-
2514
- name: Generate Tag
2615
uses: cvxgrp/.github/actions/uv/[email protected]
2716
with:
@@ -38,9 +27,6 @@ jobs:
3827
id-token: write
3928

4029
steps:
41-
- name: Checkout [${{ github.repository }}]
42-
uses: actions/checkout@v4
43-
4430
- uses: actions/download-artifact@v4
4531
with:
4632
name: dist

0 commit comments

Comments
 (0)