Commit 5a66cf5 1 parent 2308d28 commit 5a66cf5 Copy full SHA for 5a66cf5
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
fetch-depth : ' 0'
41
41
42
+ - name : Get Previous Tag
43
+ uses : WyriHaximus/github-action-get-previous-tag@v1
44
+ id : prev_tag
45
+ with :
46
+ fallback : v0.1.0
47
+
42
48
- name : Download Artifacts
43
49
uses : actions/download-artifact@v4
44
50
with :
56
62
- name : Release New Version
57
63
uses : ncipollo/release-action@v1
58
64
with :
59
- body : " https://github.com/transprogrammer/rodhaj/compare/${{ steps.tag_version .outputs.tag }}...${{ steps.tag_version.outputs.new_tag }}"
65
+ body : " https://github.com/transprogrammer/rodhaj/compare/${{ steps.prev_tag .outputs.tag }}...${{ steps.tag_version.outputs.new_tag }}"
60
66
token : ${{ secrets.PAT_TOKEN }}
61
67
tag : ${{ steps.tag_version.outputs.new_tag }}
62
68
name : ${{ steps.tag_version.outputs.new_tag }}
You can’t perform that action at this time.
0 commit comments