Skip to content

Commit

Permalink
[Release] v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Mar 16, 2024
1 parent b4fa56b commit fed7cd3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,16 @@ jobs:
run: python3 scripts/replace-template.py

- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v7
with:
message: "[Update] apply template"
message: '[Update] files based on generated files by template generator'
pull_strategy: 'NO-PULL'
push: false

- name: Push changes
run: |
git pull --rebase
git push
- name: Read version from project config
id: read_toml
Expand Down

0 comments on commit fed7cd3

Please sign in to comment.