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 @@ -100,14 +100,14 @@ jobs:
100
100
path : ./out
101
101
# Remove the dots for the markdown header
102
102
- name : MD Header
103
- run : MD_HEADER=$(echo ${{ github.ref_name }} | sed 's/\.//g')
103
+ run : export MD_HEADER=$(echo ${{ github.ref_name }} | sed 's/\.//g')
104
104
- name : Create release
105
105
uses : softprops/action-gh-release@v1
106
106
with :
107
107
files : ./out/*
108
108
name : Ferium ${{ github.ref_name }}
109
109
body : |
110
- Compiled binaries for Ferium version `${{ github.ref_name }}` ([changelog](https://github.com/theRookieCoder/ferium/blob/main/CHANGELOG.md#${{ $ MD_HEADER }}))
110
+ Compiled binaries for Ferium version `${{ github.ref_name }}` ([changelog](https://github.com/theRookieCoder/ferium/blob/main/CHANGELOG.md#${{ env. MD_HEADER }}))
111
111
112
112
The provided binaries are for:
113
113
You can’t perform that action at this time.
0 commit comments