Skip to content

Commit

Permalink
chore(ci): allow to skip release
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 24, 2021
1 parent f6826b2 commit 87d34be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: npm ci
- run: npm run test --if-present
- run: npx semantic-release
if: "!contains(github.event.head_commit.message, 'skip-release')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit 87d34be

@vercel
Copy link

@vercel vercel bot commented on 87d34be Nov 24, 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.