Skip to content

Commit a065a8f

Browse files
committed
1 parent 097a12f commit a065a8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ jobs:
1919
contents: write
2020

2121
steps:
22-
- name: Checkout current PR
23-
uses: actions/checkout@v4
24-
with:
25-
fetch-depth: 0
2622
- name: Create Release Page
2723
shell: bash
2824
env:
2925
GH_TOKEN: ${{ github.token }}
30-
run: gh release create ${{ github.ref_name }} --generate-notes
26+
run: gh release create --repo ${{ github.repository }} ${{ github.ref_name }} --generate-notes

0 commit comments

Comments
 (0)