Skip to content

Commit

Permalink
fix prerelease command
Browse files Browse the repository at this point in the history
  • Loading branch information
antho1404 committed Oct 28, 2022
1 parent 55c2962 commit 71f81e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
env:
VERSION: ${{ github.event.release.tag_name }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
run: npm run prerelease:packages
run: npm run prerelease

1 comment on commit 71f81e0

@vercel
Copy link

@vercel vercel bot commented on 71f81e0 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.