Test
This commit is contained in:
parent
6d36385f08
commit
e5287405ad
3
.github/workflows/create-release.yml
vendored
3
.github/workflows/create-release.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user