File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 16
16
action :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : dessant/lock-threads@v3
19
+ - uses : dessant/lock-threads@v4
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
name : Release on GitHub
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
permissions :
13
13
contents : write
14
14
steps :
15
- - name : Get release information
16
- id : release_info
17
- run : |
18
- echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
19
- echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
20
15
- name : Create GitHub release
21
16
uses : softprops/action-gh-release@v1
22
17
with :
23
- tag_name : ${{ steps.release_info.outputs.TAG }}
24
- name : ${{ steps.release_info.outputs.TAG }}
18
+ tag_name : ${{ github.ref_name }}
19
+ name : ${{ github.ref_name }}
25
20
body : >
26
21
Learn more about this release from the [changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md#changelog).
You can’t perform that action at this time.
0 commit comments