Skip to content

Commit

Permalink
fix: Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth-1698 authored Aug 28, 2024
1 parent f744637 commit 5a1ace6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,11 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload dist/*


- name: Raise PR from main to master
uses: peter-evans/create-pull-request@v5
with:
base: master
head: main
title: 'Release PR: main -> master'
body: 'This PR merges the changes from the main branch back into master after the release.'
branch: pr-main-to-master

0 comments on commit 5a1ace6

Please sign in to comment.