TSE1966/Super-Resolution-Anime-Diffusion
0
1name: release2on:3 push:4 tags:5 - '*'6 7jobs:8 build:9 permissions: write-all10 name: Create Release11 runs-on: ubuntu-latest12 steps:13 - name: Checkout code14 uses: actions/checkout@v215 - name: Create Release16 id: create_release17 uses: actions/create-release@v118 env:19 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}20 with:21 tag_name: ${{ github.ref }}22 release_name: Real-ESRGAN ${{ github.ref }} Release Note23 body: |24 ๐ See you again ๐ธ25 ๐Have a nice day ๐ธ and happy everyday ๐26 ๐ Long time no see โ๏ธ27 28 โจ **Highlights**29 โ
[Features] Support ...30 31 ๐ **Bug Fixes**32 33 ๐ด **Improvements**34 35 ๐ข๐ข๐ข36 37 <p align="center">38 <img src="https://raw.githubusercontent.com/xinntao/Real-ESRGAN/master/assets/realesrgan_logo.png" height=150>39 </p>40 draft: true41 prerelease: false42 