Skip to content

Commit

Permalink
chore: remove -y flag
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jun 3, 2021
1 parent 03d74e0 commit 33f3589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-node-
- run: npm ci
- run: npm run test --if-present
- run: npx -y semantic-release
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit 33f3589

@vercel
Copy link

@vercel vercel bot commented on 33f3589 Jun 3, 2021

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.