Skip to content

Commit

Permalink
ci: install dependencies in release workflow (#41)
Browse files Browse the repository at this point in the history
Third time's the charm.
  • Loading branch information
dsanders11 authored Nov 6, 2024
1 parent 2dd609a commit 8e54c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
node-version: 20.x
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
- uses: continuousauth/action@c32f05c950d4e6f4abd8d1d8a46269525e2dbf55 # v1.0.3
with:
project-id: ${{ secrets.CFA_PROJECT_ID }}
Expand Down

0 comments on commit 8e54c1d

Please sign in to comment.