diff --git a/.github/workflows/codemeta-version.yaml b/.github/workflows/codemeta-version.yaml index 22f5a1e..19c1754 100644 --- a/.github/workflows/codemeta-version.yaml +++ b/.github/workflows/codemeta-version.yaml @@ -17,10 +17,18 @@ jobs: run: | tag="${{ github.ref_name }}" echo "release-version=${tag#v}" >> $GITHUB_ENV + - name: Import GPG key + id: import_gpg + uses: crazy-max/ghaction-import-gpg@v6 + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.PASSPHRASE }} + git_user_signingkey: true + git_commit_gpgsign: true - name: Set up Git Config run: | - git config user.name "goreleaserbot" - git config user.email "" + git config user.name "Christopher Coco" + git config user.email "" - name: Update codemeta.json version in main branch uses: jossef/action-set-json-field@v2.1 with: