File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 31
31
python-version : ' 3.11'
32
32
33
33
- name : Check presence of release notes in PR description
34
- uses : AbsaOSS/release-notes-presence-check@v0.1 .0
34
+ uses : AbsaOSS/release-notes-presence-check@v0.2 .0
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
with :
Original file line number Diff line number Diff line change @@ -37,12 +37,11 @@ jobs:
37
37
38
38
- name : Check format of received tag
39
39
id : check-version-tag
40
- uses : AbsaOSS/version-tag-check@v0.1 .0
40
+ uses : AbsaOSS/version-tag-check@v0.2 .0
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
43
with :
44
44
github-repository : ${{ github.repository }}
45
- branch : ' master'
46
45
version-tag : ${{ github.event.inputs.tag-name }}
47
46
48
47
- name : Generate Release Notes
You can’t perform that action at this time.
0 commit comments