File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
- name : Release
1
+ ---
2
+ name : " release"
2
3
3
4
on :
4
5
push :
5
6
tags :
6
- - ' v* '
7
+ - " v* "
7
8
8
9
jobs :
10
+ tagged-release :
11
+ name : " Release"
12
+ runs-on : " ubuntu-latest"
9
13
10
- build :
11
- runs-on : ubuntu-latest
12
14
steps :
13
- - uses : actions/checkout@v3
14
- - name : release
15
- uses : actions/create-release@v1
16
- id : create_release
15
+ - uses : " marvinpinto/action-automatic-releases@latest"
17
16
with :
18
- draft : false
17
+ repo_token : " ${{ secrets.GITHUB_TOKEN }} "
19
18
prerelease : false
20
- release_name : Release ${{ github.ref }}
21
- tag_name : ${{ github.ref }}
22
- body : |
23
- This is an automated release, see [the changelog](https://github.com/marcelblijleven/adventofcode/blob/master/CHANGELOG.md) for changes
24
- env :
25
- GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments