Skip to content

Commit

Permalink
chore: use working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 12, 2023
1 parent e2ef7ec commit dcfc2c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-contracts-abi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
push:
branches:
- chore/contract-publishing
defaults:
run:
working-directory: packages/protocol
jobs:
publish:
runs-on: ['self-hosted', 'org', 'npm-publish']
Expand All @@ -34,12 +37,13 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@celo'

- name: 'Setup yarn'
shell: bash
run: |
npm install --global yarn
source ~/.bashrc
- run: cd packages/protocol
- name: 'Install packages'
run: yarn

Expand Down

0 comments on commit dcfc2c3

Please sign in to comment.