Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Aug 31, 2023
1 parent a5f62e7 commit 5d8ebab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
- name: Release to std-uritemplate-php repo
working-directory: php
run: |
# Setup git
git config --global user.email "bot@stduritamplate.io"
git config --global user.name "StdUriTemplate BOT"
# Clone repo
git clone https://github.com/std-uritemplate/std-uritemplate-php
# Fill the content of this release
rm -rf std-uritemplate-php/*
Expand Down

0 comments on commit 5d8ebab

Please sign in to comment.