Skip to content

Commit

Permalink
gh: updated flow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 14, 2024
1 parent 565ae77 commit ca3a9de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
matrix:
package-name: ['hop-node', 'v2-explorer-backend']
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Check versions
id: check-versions
uses: ./.github/actions/check-version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Check versions
id: check-versions
uses: ./.github/actions/check-version
with:
package-name: sdk

- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Setup workflow
uses: ./.github/actions/setup

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ui-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
matrix:
env-name: ['production','mainnet']
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Check versions
id: check-versions
uses: ./.github/actions/check-version
with:
package-name: frontend

- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Setup workflow
uses: ./.github/actions/setup

Expand Down
2 changes: 1 addition & 1 deletion packages/hop-node/src/types/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export class BonderFeeTooLowError extends Error {}
export class RelayerFeeTooLowError extends Error {}
export class BonderTooEarlyError extends Error {}
export class UnfinalizedTransferBondError extends Error {}
const cacheBuster = 7
const cacheBuster = 8

0 comments on commit ca3a9de

Please sign in to comment.