File tree 7 files changed +11
-6
lines changed
7 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
ref : ${{ inputs.ref }}
35
35
fetch-depth : 1
36
- progress : false
36
+ show- progress : false
37
37
run : pnpm install
38
38
run : ${{ inputs.build }} --output-path ./dist-${{ inputs.ref }}${{ inputs.ext }}
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ inputs:
42
42
description : Ref to Setup
43
43
required : false
44
44
default : ${{ github.sha }}
45
+ repo-token :
46
+ description : Token to use for TurboRepo
47
+ required : false
48
+ default : ' '
45
49
46
50
runs :
47
51
using : composite
Original file line number Diff line number Diff line change 36
36
with :
37
37
fetch-depth : 1
38
38
fetch-tags : true
39
- progress : false
39
+ show- progress : false
40
40
token : ${{ secrets.GH_DEPLOY_TOKEN }}
41
41
- uses : ./.github/actions/setup
42
42
with :
Original file line number Diff line number Diff line change 49
49
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
50
50
with :
51
51
fetch-tags : true
52
- progress : false
52
+ show- progress : false
53
53
token : ${{ secrets.GH_DEPLOY_TOKEN }}
54
54
fetch-depth : 3
55
55
ref : beta
Original file line number Diff line number Diff line change 38
38
with :
39
39
fetch-depth : 1
40
40
fetch-tags : true
41
- progress : false
41
+ show- progress : false
42
42
token : ${{ secrets.GH_DEPLOY_TOKEN }}
43
43
ref : main
44
44
- name : Check should run if HEAD is untagged
Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ jobs:
37
37
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
38
38
with :
39
39
fetch-tags : true
40
- progress : false
40
+ show- progress : false
41
41
token : ${{ secrets.GH_DEPLOY_TOKEN }}
42
42
fetch-depth : 3
43
43
ref : ${{ github.event.inputs.source-branch }}
44
+ - run : git fetch origin --tags --depth=1
44
45
- name : Make sure git user is setup
45
46
run : |
46
47
git config --local user.email ${{ secrets.GH_DEPLOY_EMAIL }}
Original file line number Diff line number Diff line change 61
61
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
62
62
with :
63
63
fetch-tags : true
64
- progress : false
64
+ show- progress : false
65
65
token : ${{ secrets.GH_DEPLOY_TOKEN }}
66
66
fetch-depth : 3
67
67
ref : release
You can’t perform that action at this time.
0 commit comments