Skip to content

Commit

Permalink
Merge pull request #24 from loreum-org/release/holesky
Browse files Browse the repository at this point in the history
chore: Try again
  • Loading branch information
xhad authored Mar 20, 2024
2 parents b79e14e + 0fc6129 commit dade8b6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,19 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Deploy to Holesky
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Run codegen
run: yarn codegen

- name: Run build
run: yarn build

- name: Run tests
run: yarn test

- name: Deploy Holesky
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: export DEPLOY_KEY=${{ env.ACCESS_TOKEN }} && export VERSION_TAG=$LATEST_TAG && yarn deploy:holesky

0 comments on commit dade8b6

Please sign in to comment.