Skip to content

Commit 0e45cad

Browse files
committed
fixes
1 parent 8d4d471 commit 0e45cad

11 files changed

+44
-3
lines changed

.github/workflows/deploy-bota-py.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
npm run upload -- -u __token__ -p ${{ secrets.PYPI_TOKEN }}
3535
working-directory: bota
3636

37+
- name: Pull Changes
38+
run: |
39+
git pull
40+
3741
- name: Commit & Push changes
3842
uses: actions-js/push@master
3943
with:

.github/workflows/deploy-botasaurus-api-py.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
npm run upload -- -u __token__ -p ${{ secrets.PYPI_TOKEN }}
3535
working-directory: botasaurus_api
3636

37+
- name: Pull Changes
38+
run: |
39+
git pull
40+
3741
- name: Commit & Push changes
3842
uses: actions-js/push@master
3943
with:

.github/workflows/deploy-botasaurus-controls.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

36+
- name: Pull Changes
37+
run: |
38+
git pull
39+
3640
- name: Commit & Push changes
3741
uses: actions-js/push@master
3842
with:

.github/workflows/deploy-botasaurus-desktop-api.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

36+
- name: Pull Changes
37+
run: |
38+
git pull
39+
3640
- name: Commit & Push changes
3741
uses: actions-js/push@master
3842
with:

.github/workflows/deploy-botasaurus-humancursor-py.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
npm run upload -- -u __token__ -p ${{ secrets.PYPI_TOKEN }}
3535
working-directory: botasaurus_humancursor
3636

37+
- name: Pull Changes
38+
run: |
39+
git pull
40+
3741
- name: Commit & Push changes
3842
uses: actions-js/push@master
3943
with:

.github/workflows/deploy-botasaurus-js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

36+
- name: Pull Changes
37+
run: |
38+
git pull
39+
3640
- name: Commit & Push changes
3741
uses: actions-js/push@master
3842
with:

.github/workflows/deploy-botasaurus-py.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: |
3434
npm run upload -- -u __token__ -p ${{ secrets.PYPI_TOKEN }}
3535
36+
- name: Pull Changes
37+
run: |
38+
git pull
39+
3640
- name: Commit & Push changes
3741
uses: actions-js/push@master
3842
with:

.github/workflows/deploy-botasaurus-server-js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

36+
- name: Pull Changes
37+
run: |
38+
git pull
39+
3640
- name: Commit & Push changes
3741
uses: actions-js/push@master
3842
with:

.github/workflows/deploy-botasaurus-server-py.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
npm run upload -- -u __token__ -p ${{ secrets.PYPI_TOKEN }}
3535
working-directory: botasaurus_server
3636

37+
- name: Pull Changes
38+
run: |
39+
git pull
40+
3741
- name: Commit & Push changes
3842
uses: actions-js/push@master
3943
with:

.github/workflows/deploy-close-chrome-py.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
npm run upload -- -u __token__ -p ${{ secrets.PYPI_TOKEN }}
3535
working-directory: close_chrome
3636

37+
- name: Pull Changes
38+
run: |
39+
git pull
40+
3741
- name: Commit & Push changes
3842
uses: actions-js/push@master
3943
with:

0 commit comments

Comments
 (0)