Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Feb 26, 2024
1 parent 4ce24e4 commit 7c30754
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/pr-automation-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ jobs:
# Example `ci/new-branch-1.0.0` -> `ci-new-branch-1-0-0`
npm version prerelease --preid="$(echo "${INPUTS_BRANCH}" | sed -E 's@[/\.]@-@g; s@_@-@g')"
# - name: git add and commit new version
# run: |
# git config user.name mangatafinance
# git config user.email [email protected]
# git add .
# git commit -m "chore: updated type definitions to new prerelease version"
# git pull origin ${{ github.event.inputs.branch }} --rebase
# git push origin ${{ github.event.inputs.branch }}

- name: Build type definitions
run: npx nx run @mangata-finance/type-definitions:build

Expand Down Expand Up @@ -153,15 +144,6 @@ jobs:
- name: Sleep for 1 minutes
run: sleep 60s

# - name: git add and commit new version
# run: |
# git config user.name mangatafinance
# git config user.email [email protected]
# git add .
# git commit -m "chore: updated types to new prerelease version"
# git pull origin ${{ github.event.inputs.branch }} --rebase
# git push origin ${{ github.event.inputs.branch }}

- name: Build types
run: npx nx run @mangata-finance/types:build

Expand Down Expand Up @@ -234,7 +216,6 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "chore: updated to new prerelease version"
# git pull origin ${{ github.event.inputs.branch }} --rebase
git push origin ${{ github.event.inputs.branch }}
- name: Build sdk
Expand Down

0 comments on commit 7c30754

Please sign in to comment.