Skip to content

Commit

Permalink
updated the realse file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jun 21, 2024
1 parent 0970b3d commit 5dc22ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-with-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ jobs:
name: Install dependencies
shell: bash
run: npm ci
- if: steps.packagejson.outputs.exists == 'true'
name: Install @changesets/cli
run: npm install --save-dev @changesets/[email protected]
name: Publish to any of NPM, Github, and Docker Hub
uses: changesets/action@v1
id: release
- if: steps.packagejson.outputs.exists == 'true'
name: Publish to any of NPM, Github, and Docker Hub
uses: changesets/action@v1
Expand Down

0 comments on commit 5dc22ad

Please sign in to comment.