Skip to content

Commit

Permalink
GO-165 Add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucirezac committed Mar 28, 2024
1 parent a5902fc commit 0fc7ab8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
repository: maptiler/cdn.maptiler.com
token: ${{ env.GITHUB_TOKEN }}

- name: Configure Git
run: |
git config user.email "[email protected]"
git config user.name "klokantechsysadmin"
working-directory: ${{ env.WORKDIR }}/cdn.maptiler.com

release:
name: Build and release CDN
runs-on: [ self-hosted, fernando ]
Expand Down
2 changes: 1 addition & 1 deletion create-cdn-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ git reset maptiler-geocoding-control/v$VERSION/*.tgz

git commit -m "Add maptiler-geocoding-control v$VERSION"

git push -u origin maptiler-geocoding-control-$VERSION
git push origin maptiler-geocoding-control-$VERSION

gh pr create --base main --fill --repo maptiler/cdn.maptiler.com

0 comments on commit 0fc7ab8

Please sign in to comment.