Skip to content

Commit

Permalink
chore: scheduled registry update
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Sep 11, 2023
1 parent 654d1df commit 9c10372
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] # 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"
commit: "main"
9 changes: 9 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,15 @@
"poolPairsInfo": {},
"specName": "ajuna"
},
"2052": {
"tokens": [
"KYL"
],
"assetsInfo": {},
"foreignAssetsInfo": {},
"poolPairsInfo": {},
"specName": "kylin"
},
"2056": {
"tokens": [
"AVT"
Expand Down

0 comments on commit 9c10372

Please sign in to comment.