From 9c10372937dceffe2959baa2f0e2bd57aa92b8f1 Mon Sep 17 00:00:00 2001 From: Cameron Marshall Date: Mon, 11 Sep 2023 12:31:28 -0400 Subject: [PATCH] chore: scheduled registry update --- .github/workflows/pr.yml | 19 +++++++++++++++++-- registry.json | 9 +++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0454c2b..2de77e5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -82,17 +82,32 @@ jobs: MERGE_RETRY_SLEEP: "10000" MERGE_REQUIRED_APPROVALS: "0" + delete-latest: + permissions: + contents: write + + name: "Remove Latest Release" + runs-on: "ubuntu-latest" + needs: automerge + + steps: + - uses: dev-drprasad/delete-tag-and-release@v1.0 # PRERELEASE is v1.0 and can also be used to test and give us feedback + with: + tag_name: latest #(required) tag name to delete + github_token: ${{ secrets.GITHUB_TOKEN }} # (required) a GitHub token with write access to the repo that needs to be modified + delete_release: true #(optional) default: true + github-release: permissions: contents: write name: "Github Release" runs-on: "ubuntu-latest" - needs: automerge + needs: delete-latest steps: - uses: actions/checkout@v3 - uses: ncipollo/release-action@v1 with: tag: "latest" - commit: "main" \ No newline at end of file + commit: "main" diff --git a/registry.json b/registry.json index 8c0f76b..42e5bf5 100644 --- a/registry.json +++ b/registry.json @@ -287,6 +287,15 @@ "poolPairsInfo": {}, "specName": "ajuna" }, + "2052": { + "tokens": [ + "KYL" + ], + "assetsInfo": {}, + "foreignAssetsInfo": {}, + "poolPairsInfo": {}, + "specName": "kylin" + }, "2056": { "tokens": [ "AVT"