Merge pull request #1126 from gitbutlerapp/git-config

git config for publish
This commit is contained in:
Nikita Galaiko 2023-08-31 10:09:09 +02:00 committed by GitHub
commit fef92705bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,13 @@ jobs:
with:
version: 7.x.x
run_install: false
- name: Git config
shell: bash
run: |
# This seems the only reliable way of forcing https for forked packages
git config --global url."https://".insteadOf git://
git config --global url."https://github.com/".insteadOf git@github.com:
- name: Get pnpm store directory
id: pnpm-cache