chore: 资源自动发版 release note 优化

This commit is contained in:
MistEO
2023-05-01 17:07:48 +08:00
committed by GitHub
parent 899bfd96d5
commit fec52cb7d9

View File

@@ -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 }}