Update and rename build.yml to release.yml

This commit is contained in:
FoxRefire
2024-04-11 01:01:40 +09:00
committed by GitHub
parent 7872542217
commit f342f9dbca

View File

@@ -44,8 +44,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.run_id }}-${{ github.run_attempt }}
release_name: ${{ github.run_id }}-${{ github.run_attempt }}
draft: false
prerelease: false