We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065df19 commit d7986e0Copy full SHA for d7986e0
1 file changed
.github/workflows/release.yml
@@ -23,9 +23,10 @@ jobs:
23
registry-url: https://registry.npmjs.org
24
- run: npm install -g npm@11.5.1
25
- run: corepack yarn
26
+ - run: corepack yarn
27
- uses: changesets/action@v1
28
with:
- version: corepack yarn changeset version && corepack yarn
29
+ version: corepack yarn changeset version
30
publish: corepack yarn changeset publish
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments