Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/package-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,19 @@ jobs:
repository_url: injectiveLabs/injective-do-ui
repository_branch: master

package-bump-uis:
name: 'Package bump UIS'
runs-on: ubuntu-latest

steps:
Comment thread
Frederick-88 marked this conversation as resolved.
- name: Package bump UIS
uses: InjectiveLabs/github-fe/actions/package-bump@master
Comment thread
Frederick-88 marked this conversation as resolved.
with:
gh_token: ${{ secrets.UIS_GH_TOKEN }}
repository_url: InjectiveLabs/injective-uis
repository_branch: dev
post_install_command: 'pnpm update:injectivelabs'

package-bump-true-current:
name: 'Package bump True Current'
runs-on: ubuntu-latest
Expand Down