Commit 4832f1a 1 parent 1d3dde6 commit 4832f1a Copy full SHA for 4832f1a
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
github_token : ${{ secrets.GITHUB_TOKEN }}
16
16
17
- - name : Create a GitHub release
18
-
19
- with :
20
- tag : ${{ steps.tag_version.outputs.new_tag }}
21
- name : Release ${{ steps.tag_version.outputs.new_tag }}
22
- body : ${{ steps.tag_version.outputs.changelog }}
23
-
24
17
- name : Docker metadata
25
18
id : meta
26
19
uses : docker/metadata-action@v4
54
47
ghcr.io/${{ github.repository }}:${{ steps.tag_version.outputs.new_tag }}
55
48
ghcr.io/${{ github.repository }}:latest
56
49
labels : ${{ steps.meta.outputs.labels }}
50
+
51
+ - name : Create a GitHub release
52
+
53
+ with :
54
+ tag : ${{ steps.tag_version.outputs.new_tag }}
55
+ name : Release ${{ steps.tag_version.outputs.new_tag }}
56
+ body : ${{ steps.tag_version.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments