File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
run : |
73
73
lein release
74
74
# This creates a 'GitHub Release' from the tag and includes link to the CHANGELOG
75
- # at that point in the Git history. We do not use draft or prerelease features as
75
+ # We do not use draft or prerelease features as
76
76
# we always want the latest release to show in the right hand column of the project
77
77
# page regardless of if it is a stable release.
78
78
- name : Create GitHub Release
83
83
tag_name : ${{ github.ref }}
84
84
release_name : ${{ github.ref }}
85
85
body : |
86
- [Changelog](https://github.com/day8/re-frame-http-fx/blob/${{ github.ref }} /CHANGELOG.md)
86
+ [Changelog](https://github.com/day8/re-frame-http-fx/blob/master /CHANGELOG.md)
87
87
draft : false
88
88
prerelease : false
89
89
- name : Slack notification
You can’t perform that action at this time.
0 commit comments