-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: release | ||
on: | ||
push: | ||
This comment has been minimized.
Sorry, something went wrong. |
||
tags: | ||
- '*' | ||
|
||
jobs: | ||
build: | ||
permissions: write-all | ||
name: Create Release | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
- name: Create Release | ||
id: create_release | ||
uses: actions/create-release@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
tag_name: ${{ github.ref }} | ||
release_name: GFPGAN ${{ github.ref }} Release Note | ||
body: | | ||
🚀 See you again 😸 | ||
🚀Have a nice day 😸 and happy everyday 😃 | ||
🚀 Long time no see ☄️ | ||
✨ **Highlights** | ||
✅ [Features] Support ... | ||
🐛 **Bug Fixes** | ||
🌴 **Improvements** | ||
📢📢📢 | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/TencentARC/GFPGAN/master/assets/gfpgan_logo.png" height=150> | ||
</p> | ||
draft: true | ||
prerelease: false |
7 comments
on commit ccd30af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GDTD7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RAHUL SINGH
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi
12