File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ jobs:
19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
with :
22
- # https://github.com/actions/checkout/issues/1467
22
+ # https://github.com/actions/checkout/issues/1467
23
23
fetch-depth : 0
24
24
25
25
- uses : googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
26
26
id : release-please
27
27
with :
28
28
config-file : .release-please.json
29
29
manifest-file : .release-please-manifest.json
30
- github-token : ${{ github.secret }}
31
30
32
31
release-docker-image :
33
32
needs :
51
50
steps :
52
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
52
with :
54
- # https://github.com/actions/checkout/issues/1467
53
+ # https://github.com/actions/checkout/issues/1467
55
54
fetch-depth : 0
56
55
ref : " ${{ needs.release-please.outputs.release_tag }}"
57
56
71
70
omitBodyDuringUpdate : true
72
71
omitDraftDuringUpdate : true
73
72
artifacts : " dist/**/*"
74
-
You can’t perform that action at this time.
0 commit comments