Skip to content

Commit 8510216

Browse files
fix publish workflow2
1 parent dde57fa commit 8510216

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
CHANGELOG.md
2626
README.md
2727
+(documentation)/*.md
28+
- name: log git diff
29+
run: |
30+
echo ${{ env.GIT_DIFF }}
31+
echo ${{ env..MATCHED_FILES }}
32+
echo ${{ env.GIT_DIFF_FILTERED }}
2833
- name: Check if README.md or Doc/** is updated else exit
2934
if: (env.GIT_DIFF == '')
3035
run: |

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This release test the deployment flow 1
1414

1515
### Test issue
1616

17-
- [FIXED] [0003](https://github.com/Flutterwave/rave-android/pull/274) Bro rest.
17+
- [FIXED] [0003](https://github.com/Flutterwave/rave-android/pull/274) Bro rest. You fit sleep
1818

1919
## 0.0.0 | 2023-02-01
2020

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2832,4 +2832,6 @@ Copyright (c) Flutterwave Inc.
28322832

28332833
## Test section
28342834
Sample Description for teset file. Kindly ignore
2835-
p.s. we need xhangelog to pass too. I am exhausted!
2835+
p.s. we need xhangelog to pass too. I am exhausted!
2836+
2837+
Don't check my workflow oo

0 commit comments

Comments
 (0)