Skip to content

Commit

Permalink
Remove signing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Jan 2, 2024
1 parent 2b017da commit 4ff2617
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +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
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
- name: commit new version
run: |
git add nextmv/__about__.py
git commit -S -m "Bump version to $VERSION"
git commit -m "Bump version to $VERSION"
git push
git tag $VERSION
git push origin $VERSION
Expand Down

0 comments on commit 4ff2617

Please sign in to comment.