Unverified Commit 030458e5 authored by Allison Suarez Miranda's avatar Allison Suarez Miranda Committed by GitHub

fix: changed release action (#879)

* added PR creation to release action
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* set new branch rather than master
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* changed cron to 12:15pm
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* chnaged release aciton branch and added manual run trigger
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* eventually I'll get this right...
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* another one
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* one more branch change
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* trying to get the branch there so it can be checked out
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* added pypy credentials
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* chaged to uses/with
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>
parent e045c462
......@@ -22,13 +22,11 @@ jobs:
with:
fetch-depth: "0"
- name: Semantic Release
run: |
pip install python-semantic-release
git config user.name "github-actions"
git config user.email "github-actions@github.com"
semantic-release publish
uses: relekang/python-semantic-release@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
- name: Create release pull request
uses: peter-evans/create-pull-request@v3
with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment