File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - run : echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
13
- id : get_tag
14
- - run : gh release create '${{ steps.get_tag.outputs.tag }}' --draft --notes 'See also the [CHANGELOG](https://github.com/${{ github.repository }}/blob/${{ steps.get_tag.outputs.tag }}/CHANGELOG.md).'
12
+ - run : |
13
+ echo "See also the [changelog](https://github.com/${GITHUB_REPOSITORY}/blob/${GITHUB_REF_NAME}/CHANGELOG.md) for details." >> notes.md
14
+
15
+ gh release create "${GITHUB_REF_NAME}" --notes-file=notes.md --draft
15
16
env:
16
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 17
17
- 25.3
18
18
- 26.3
19
19
- 27.2
20
+ - 28.2
21
+ - 29.3
20
22
steps :
21
23
- uses : actions/checkout@v4
22
- - uses : purcell/setup-emacs@master
24
+ - uses : purcell/setup-emacs@7a92187aa5b5a3b854cbdfa47499fbd3d1207163
23
25
with :
24
26
version : ${{ matrix.emacs-version }}
25
- - uses : leotaku/elisp-check@master
27
+ - uses : leotaku/elisp-check@6a1fc6b11ae66dda13859f8b3474a36dfe3ef225
You can’t perform that action at this time.
0 commit comments