Skip to content

Commit

Permalink
Add body
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF committed Mar 7, 2024
1 parent e023b4b commit dc4f1ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish_amal.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# release amalgamated code using cpp-amalgamate
name: Publish Amalgamated Code

on:
push:
tags:
- '*'
- 'v*'

name: Publish Amalgamated Code

jobs:
build:
Expand All @@ -29,6 +28,8 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
You can find the amalgamated code in the file `amalgamated.hpp`.
draft: false
prerelease: false
# upload amalgamated code
Expand Down

0 comments on commit dc4f1ef

Please sign in to comment.