Skip to content

Commit

Permalink
chore: update cd to cargo-generate-v0.18.5 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Nov 30, 2023
1 parent 03e772e commit 2efef7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Synchronize the example with the template
on:
push:
branches: [ main ]
branches: [main]

jobs:
synchronize_example:
Expand All @@ -13,11 +13,11 @@ jobs:
uses: actions/checkout@v4

- name: Run cargo generate
uses: cargo-generate/[email protected].3
uses: cargo-generate/[email protected].5
with:
name: ${{ env.PROJECT_NAME }}
subfolder: template
template_values_file: .github/workflows/template_values.toml
template: template
arguments: "--template-values-file .github/workflows/template_values.toml --verbose"

- name: Checkout old example
uses: actions/checkout@v4
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
git push
else
echo "nothing to commit";
fi
fi

0 comments on commit 2efef7c

Please sign in to comment.