Skip to content

Commit 68fba7c

Browse files
Try github actions again
1 parent 7d71d36 commit 68fba7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ jobs:
100100
path: ./out
101101
# Remove the dots for the markdown header
102102
- 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')
104104
- name: Create release
105105
uses: softprops/action-gh-release@v1
106106
with:
107107
files: ./out/*
108108
name: Ferium ${{ github.ref_name }}
109109
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 }}))
111111
112112
The provided binaries are for:
113113

0 commit comments

Comments
 (0)