Skip to content

Commit

Permalink
enable corepack for ts client (#249)
Browse files Browse the repository at this point in the history
## Description

- Enable corepack for ts-client release workflow

## Motivation and Context

- Release failed

## Types of changes

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to
      not work as expected)
  • Loading branch information
MiloszFilimowski authored Jan 16, 2025
1 parent 358d609 commit 319e04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
- run: corepack enable
- run: yarn
- run: yarn build
- run: yarn npm publish --access public
Expand Down

0 comments on commit 319e04c

Please sign in to comment.