Actions - missing gpg for nightly version bump
This commit is contained in:
parent
43a38bae9e
commit
0f68faa917
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -327,6 +327,16 @@ jobs:
|
||||
sudo touch .tmp/bump
|
||||
fi
|
||||
|
||||
- name: Import GPG key
|
||||
|
||||
uses: crazy-max/ghaction-import-gpg@v3
|
||||
with:
|
||||
gpg-private-key: ${{ secrets.GPG_KEY2 }}
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE2 }}
|
||||
workdir: build
|
||||
git-user-signingkey: true
|
||||
git-commit-gpgsign: true
|
||||
|
||||
- name: Bump version
|
||||
|
||||
if: ${{ success() }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user