Skip to content

Commit

Permalink
chore: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Mar 20, 2024
1 parent 87fe890 commit 0fc6129
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 0fc6129

Please sign in to comment.