git: Automatically create PatternLanguage release on new ImHex releases (#570)

This commit is contained in:
iTrooz_ 2022-07-07 16:10:21 +02:00 committed by GitHub
parent 9d3759c6cd
commit 9837473810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -90,3 +90,12 @@ jobs:
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Bump to version ${{env.version}}
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
- uses: ncipollo/release-action@v1
env:
MY_KEY: ${{ secrets.RELEASE_TOKEN }}
if: "${{ env.MY_KEY != '' }}"
with:
tag: ImHex-v${{env.version}}
repo: PatternLanguage
token: ${{ secrets.RELEASE_TOKEN }}