Skip to content

Commit

Permalink
Merge pull request #292 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
DiRaiks authored Mar 18, 2024
2 parents 7daa2f8 + e2f43ce commit a00f15a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-ipfs-test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- name: Set tag, commit and branch name
id: build-info
uses: lidofinance/actions/.github/actions/build-info@main
with:
BRANCH_NAME: ${{ github.ref_name }}
- name: Install dependencies
run: |
yarn install --frozen-lockfile
Expand Down

0 comments on commit a00f15a

Please sign in to comment.