File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
CHECK : ${{ inputs.check || 'false' }}
29
29
EDITION : kuma
30
30
MIN_VERSION : " 1.2.0"
31
- USE_LABEL_IN_VERSION : " false"
32
31
permissions :
33
32
contents : read
34
33
jobs :
45
44
- name : install-kuma-ci-tools
46
45
run : |
47
46
echo $(go env GOPATH)/bin >> $GITHUB_PATH
48
- go install github.com/kumahq/ci-tools/cmd/release-tool@v0.13.1
47
+ go install github.com/kumahq/ci-tools/cmd/release-tool@v1.0.0
49
48
- name : Generate GitHub app token
50
49
id : github-app-token
51
50
uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
85
84
env :
86
85
GITHUB_TOKEN : ${{ steps.github-app-token.outputs.token }}
87
86
run : |
88
- release-tool version-file --repo ${{ github.repository }} --edition ${{ env.EDITION }} --min-version ${{ env.MIN_VERSION }} --use-label-for-dev=${{ env.USE_LABEL_IN_VERSION }} > versions.yml
87
+ release-tool version-file --repo ${{ github.repository }} --edition ${{ env.EDITION }} --min-version ${{ env.MIN_VERSION }} > versions.yml
89
88
- name : update-CHANGELOG.md
90
89
env :
91
90
GITHUB_TOKEN : ${{ steps.github-app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments