mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 14:25:45 +03:00
Merge pull request #1126 from gitbutlerapp/git-config
git config for publish
This commit is contained in:
commit
fef92705bc
7
.github/workflows/publish.yaml
vendored
7
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user