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 7198e77 commit cfda3f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,17 @@ jobs:

github-release:
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
permissions:
contents: write

name: "Github Release"
runs-on: "ubuntu-latest"
needs: automerge

steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
automatic_release_tag: latest

9 changes: 9 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,15 @@
"poolPairsInfo": {},
"specName": "tinkernet_node"
},
"2222": {
"tokens": [
"MITO"
],
"assetsInfo": {},
"foreignAssetsInfo": {},
"poolPairsInfo": {},
"specName": "ipci"
},
"2236": {
"tokens": [
"ZERO",
Expand Down

0 comments on commit cfda3f0

Please sign in to comment.