Commit 6aef544 1 parent a81e5da commit 6aef544 Copy full SHA for 6aef544
File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : Bump version and publish
2
2
3
3
on :
4
- workflow_dispatch :
5
- # workflow_run:
6
- # workflows: [ "CI" ]
7
- # types: [ completed ]
4
+ workflow_dispatch
8
5
9
6
jobs :
10
7
tag :
11
8
permissions :
12
9
contents : write
13
10
14
- # if: >
15
- # github.event_name == 'workflow_dispatch' ||
16
- # (github.event.workflow_run.conclusion == 'success' &&
17
- # github.event.workflow_run.head_branch == 'main')
18
-
19
11
runs-on : ubuntu-latest
20
12
21
13
steps :
22
- - name : Checkout [${{ github.repository }}]
23
- uses : actions/checkout@v4
24
-
25
14
- name : Generate Tag
26
15
uses :
cvxgrp/.github/actions/uv/[email protected]
27
16
with :
38
27
id-token : write
39
28
40
29
steps :
41
- - name : Checkout [${{ github.repository }}]
42
- uses : actions/checkout@v4
43
-
44
30
- uses : actions/download-artifact@v4
45
31
with :
46
32
name : dist
You can’t perform that action at this time.
0 commit comments