Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bump Body & Filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Apr 28, 2023
1 parent d05ef94 commit 740f276
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ jobs:
uses: actions/checkout@v3

- name: Zip Folder
run: cd media && cp ../LICENSE ./ && zip -r "ENS Media Kit.zip" . && mv "ENS Media Kit.zip" ../
run: cd media && cp ../LICENSE ./ && zip -r ENS_Media_Kit.zip . && mv ENS_Media_Kit.zip ../

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: "ENS Media Kit.zip"
files: ENS_Media_Kit.zip
generate_release_notes: true
body: |
This is a pre-release of the ENS Media Kit. To download the assets see the "Assets" dropdown below. There you will find archive file containing the media-kit.
### This is a pre-release of the ENS Media Kit.
To download the assets see the **Assets** dropdown below. There you will find archive file containing the media-kit.
Please don't forget to checkout the [Brand Guidelines](https://ens.domains/brand-guidelines/) before using the assets.
We hope you have a wonderful day ☀️🌻

0 comments on commit 740f276

Please sign in to comment.