0.52 兑换码查询 & 新本地仓库UI #31
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: mirrorchyan_release_note | |
| on: | |
| workflow_dispatch: | |
| release: | |
| types: [edited, released] | |
| jobs: | |
| mirrorchyan_release_note: | |
| runs-on: macos-latest | |
| steps: | |
| - id: uploading | |
| uses: MirrorChyan/release-note-action@v1 | |
| with: | |
| mirrorchyan_rid: BGI | |
| upload_token: ${{ secrets.MirrorChyanUploadToken }} | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |