Skip to content

Commit 9a901df

Browse files
committed
small bug in release note $TAG was not interpreted
1 parent d1510e0 commit 9a901df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: Prepare release notes
181181
run: |
182182
TAG=${{ env.TAG }}
183-
cat > release_notes.md <<'EOF'
183+
cat > release_notes.md <<EOF
184184
# microtex_rs release $TAG
185185
186186
This release provides prebuilt `microtex_rs` executables for:

0 commit comments

Comments
 (0)