test specified user for release

This commit is contained in:
2025-05-20 14:02:25 +02:00
parent 0425009bbd
commit f1be200aae

View File

@@ -86,6 +86,7 @@ jobs:
] ]
} }
token: ${{ secrets.TOKEN }} token: ${{ secrets.TOKEN }}
owner: ${{ github.event.repository.owner.login }}
- name: create Release - name: create Release
if: ${{ github.event.inputs.github_release == 'true' }} if: ${{ github.event.inputs.github_release == 'true' }}
uses: softprops/action-gh-release@master uses: softprops/action-gh-release@master