1 parent 2a4b6ae commit c8bcee4Copy full SHA for c8bcee4
1 file changed
.github/workflows/release.yml
@@ -81,5 +81,6 @@ jobs:
81
GH_TOKEN: ${{ secrets.RELEASE_PAT }}
82
run: |
83
gh release create "v${{ steps.get_version.outputs.VERSION }}" \
84
+ --repo "${{ github.repository }}" \
85
--title "Release ${{ steps.get_version.outputs.VERSION }}" \
86
--notes "Release version ${{ steps.get_version.outputs.VERSION }}"
0 commit comments