Skip to content

Commit

Permalink
ci: add HUSKY: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 22, 2023
1 parent 030d4b9 commit d2e4363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-on-push-to-mainline.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CICD

on:
push:
branches: [mainline]
pull_request:

env:
HUSKY: 0
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install
run: npm ci
- name: Release
run: HUSKY_SKIP_HOOKS=1 npm run release
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d2e4363

Please sign in to comment.