mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: 资源自动发版 release note 优化
This commit is contained in:
3
.github/workflows/res-update-game.yml
vendored
3
.github/workflows/res-update-game.yml
vendored
@@ -44,6 +44,7 @@ jobs:
|
||||
}
|
||||
git commit -m "$commit_msg"
|
||||
if ($LASTEXITCODE) { exit $LASTEXITCODE }
|
||||
echo "commit_msg=$commit_msg" >> $GITHUB_OUTPUT
|
||||
|
||||
git pull origin $(git rev-parse --abbrev-ref HEAD) --unshallow --rebase
|
||||
|
||||
@@ -55,6 +56,6 @@ jobs:
|
||||
- name: Run Testing and Release # ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
|
||||
run: |
|
||||
gh workflow run test
|
||||
gh workflow run release-nightly-ota -f release_body="Auto Release of Resource Updates"
|
||||
gh workflow run release-nightly-ota -f release_body="${{ steps.extract_tag.outputs.tag_name }}"
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user