👷 --github-username=$GITHUB_ACTOR

This commit is contained in:
徐晓伟 2023-11-23 17:30:21 +08:00
parent 96d69769e4
commit 6eb687db8b
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ jobs:
- name: Release GitHub
run: |
./cicd-release-linux-amd64 pre-release github --release-name=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --tag=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --auto-create-tag --github-repository=$GITHUB_REPOSITORY --github-username=${{ env.GITHUB_ACTOR }} --github-token=${{ secrets.PRIVATE_GITHUB_TOKEN }} --artifacts=cicd-release-windows-amd64.exe --artifacts=cicd-release-windows-arm64.exe --artifacts=cicd-release-linux-amd64 --artifacts=cicd-release-linux-arm64 --artifacts=cicd-release-darwin-amd64 --artifacts=cicd-release-darwin-arm64
./cicd-release-linux-amd64 pre-release github --release-name=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --tag=${{ env.YEAR_MONTH_DAY_HOUR_MINUTE }} --auto-create-tag --github-repository=$GITHUB_REPOSITORY --github-username=$GITHUB_ACTOR --github-token=${{ secrets.PRIVATE_GITHUB_TOKEN }} --artifacts=cicd-release-windows-amd64.exe --artifacts=cicd-release-windows-arm64.exe --artifacts=cicd-release-linux-amd64 --artifacts=cicd-release-linux-arm64 --artifacts=cicd-release-darwin-amd64 --artifacts=cicd-release-darwin-arm64