File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 24
24
BASH_ENV : ./lib.sh
25
25
DRY_RUN : false
26
26
TAGS_FILE : tags.txt
27
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
28
run : ./workflows/release/tag.sh
Original file line number Diff line number Diff line change @@ -36,14 +36,15 @@ jobs:
36
36
uses : actions/setup-go@v5
37
37
with :
38
38
go-version : 1.23
39
- - run : go install github.com/tcodes0/go/cmd/changelog
39
+ - run : go install github.com/tcodes0/go/cmd/changelog@latest
40
40
41
41
- name : Update changelog
42
42
shell : bash
43
43
env :
44
44
CHANGELOG_FILE : CHANGELOG.md
45
45
BASH_ENV : ./lib.sh
46
46
TAGS_FILE : tags.txt
47
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
48
run : ./workflows/release/changelog.sh "${{ inputs.url }}" "${{ inputs.title }}" "${{ inputs.tag_prefix }}"
48
49
49
50
- name : Open PR
You can’t perform that action at this time.
0 commit comments