Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Feb 22, 2024
1 parent ea6c4e0 commit 97fc859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-automation-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ jobs:
run: |
git config user.name mangatafinance
git config user.email [email protected]
git pull origin ${{ github.event.inputs.branchPreRelease }} --rebase
git add .
git commit -m "chore: updated types to new prerelease version"
git pull origin ${{ github.event.inputs.branchPreRelease }} --rebase
git push origin ${{ github.event.inputs.branchPreRelease }}
- name: Build types
Expand Down Expand Up @@ -242,9 +242,9 @@ jobs:
run: |
git config user.name mangatafinance
git config user.email [email protected]
git pull origin ${{ github.event.inputs.branchPreRelease }} --rebase
git add .
git commit -m "chore: updated sdk to new prerelease version"
git pull origin ${{ github.event.inputs.branchPreRelease }} --rebase
git push origin ${{ github.event.inputs.branchPreRelease }}
- name: Build sdk
Expand Down

0 comments on commit 97fc859

Please sign in to comment.