Skip to content

Commit

Permalink
chore: update release script (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr authored Nov 21, 2024
1 parent 0dd397f commit ee4800b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'yarn'
- run: yarn install
cache: 'npm'
- run: ./scripts/prepare-release.sh
- run: npm install --force
- run: yarn tsc
- run: yarn backstage-cli repo build
- name: Release
Expand Down

0 comments on commit ee4800b

Please sign in to comment.