Skip to content

Commit a480d26

Browse files
authored
Update publish_stable.yml
1 parent 13554cc commit a480d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
with:
24-
ref: dev
24+
ref: master
2525
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2626
- name: Setup Python
2727
uses: actions/setup-python@v1
@@ -69,4 +69,4 @@ jobs:
6969
uses: ad-m/github-push-action@master
7070
with:
7171
github_token: ${{ secrets.GITHUB_TOKEN }}
72-
branch: dev
72+
branch: dev

0 commit comments

Comments
 (0)