Skip to content

Commit

Permalink
ci: update cryptoassets commit signed via ghcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Feb 24, 2025
1 parent 9253ff0 commit 9772319
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,18 @@ jobs:
run: pnpm build:libs
- name: import CAL tokens
run: pnpm import:cal-tokens
- name: commit new tokens
- name: Add changed files
run: |
git add .
git commit -m 'chore(prerelease) update cryptoassets' || echo "No new tokens added"
- name: commit new tokens
uses: planetscale/[email protected]
with:
commit_message: "chore(prerelease) update cryptoassets"
repo: ${{ github.repository }}
branch: $RELEASE_BRANCH
file_pattern: '*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: update sortByMarketcap snapshot
run: pnpm common jest --runTestsByPath src/currencies/sortByMarketcap.test.ts -u
- name: commit sortByMarketcap.test.ts
Expand Down

0 comments on commit 9772319

Please sign in to comment.