Skip to content

Commit

Permalink
fixing syntax error in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas13-git committed Sep 26, 2024
1 parent 988e7f8 commit 0ae4123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0ae4123

Please sign in to comment.