Skip to content

Commit ad0874f

Browse files
committed
chore: Modulesync update
1 parent 65b93e0 commit ad0874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Create Release
2323
env:
2424
GH_TOKEN: ${{ github.token }}
25-
run: gh release create ${{ github.ref_name }} --generate-notes
25+
run: gh release create --repo ${{ github.repository }} ${{ github.ref_name }} --generate-notes

0 commit comments

Comments
 (0)