Skip to content

Commit

Permalink
Update publish_minor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Sep 2, 2024
1 parent eb25628 commit 7b41a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Declare alpha stable
branch: dev
branch: dev
- name: Push dev -> master
uses: ad-m/github-push-action@master
with:
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{secrets.PYPI_TOKEN}}
password: ${{secrets.PYPI_TOKEN}}

0 comments on commit 7b41a8a

Please sign in to comment.