Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale committed Apr 15, 2024
1 parent 146ffc4 commit ef157f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
git config --global user.email '[email protected]'
git remote set-url --push origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/jamshale/aries-acapy-plugins
git fetch --all
git checkout -b release
git checkout -b release_0.12.0
git add .
git push --set-upstream origin release
git request-pull main release
git request-pull main release_0.12.0
# git commit -m "Automated Pull Request"
# git push --set-upstream origin main
Expand Down

0 comments on commit ef157f3

Please sign in to comment.