Skip to content

Commit a2cc96c

Browse files
committed
feat: try auto-release of symfony bundle
1 parent 3716494 commit a2cc96c

2 files changed

Lines changed: 3 additions & 1002 deletions

File tree

.github/workflows/release-symfony-bundle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Sync folder to secondary repo
3333
if: steps.diff.outputs.changed == 'true'
3434
run: |
35+
# authenticate git for HTTPS pushes
36+
git config --global url."https://${GH_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
37+
3538
git clone https://github.com/vardumper/html5-twig-component-bundle.git target
3639
rm -rf target/*
3740
cp -R templates/twig-component/* target/

0 commit comments

Comments
 (0)