mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
chore: fix automated docs release
This commit is contained in:
@@ -455,7 +455,7 @@ jobs:
|
|||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "feat: update API docs for ${{ needs.prep.outputs.version }}"
|
git commit -m "feat: update API docs for ${{ needs.prep.outputs.version }}"
|
||||||
git push origin "dev-${{ needs.prep.outputs.version }}"
|
git push --force origin "dev-${{ needs.prep.outputs.version }}"
|
||||||
|
|
||||||
- name: Open and squash-merge docs PR
|
- name: Open and squash-merge docs PR
|
||||||
if: ${{ inputs.mode != 'Dry run' }}
|
if: ${{ inputs.mode != 'Dry run' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user