mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-26 19:36:29 +00:00
[Release] v1.0.1
This commit is contained in:
parent
b4fa56ba7e
commit
fed7cd3bb3
1 changed files with 9 additions and 2 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue