This commit is contained in:
Goooler 2025-07-16 11:42:59 +08:00
parent 6d36385f08
commit e5287405ad
No known key found for this signature in database
GPG Key ID: 020BDA623C651E0E

View File

@ -7,7 +7,6 @@ on:
jobs:
create-github-release:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v4
- name: Create GitHub release
@ -15,4 +14,4 @@ jobs:
gh release create ${{ github.ref_name }} \
--title "Create Pull Request ${{ github.ref_name }}" --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}