Skip to content

Commit

Permalink
Remove signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Jan 2, 2024
1 parent 729a1aa commit 2b017da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: "The version to release"
required: true
IS_PRE_RELEASE:
description: "Whether this is a pre-release"
description: "It IS a pre-release"
required: true
default: false
type: boolean
Expand Down Expand Up @@ -68,14 +68,14 @@ jobs:
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "${{ secrets.NEXTMVBOT_SSH_KEY }}"
echo "${{ secrets.NEXTMVBOT_SIGNING_KEY }}" > ~/.ssh/signing.key
chmod 600 ~/.ssh/signing.key
# echo "${{ secrets.NEXTMVBOT_SIGNING_KEY }}" > ~/.ssh/signing.key
# chmod 600 ~/.ssh/signing.key
git config --global user.name "nextmv-bot"
git config --global user.email "[email protected]"
git config --global url."[email protected]:".insteadOf "https://github.com/"
git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/signing.key
# git config --global gpg.format ssh
# git config --global user.signingkey ~/.ssh/signing.key
- name: commit new version
run: |
Expand Down

0 comments on commit 2b017da

Please sign in to comment.