Skip to content

Commit

Permalink
ci(release): skip push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jun 14, 2023
1 parent 134925c commit c43b745
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
default: master
required: false

env:
HUSKY: 0

jobs:
new-release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -64,6 +67,5 @@ jobs:
action: publish
base-ref: ${{ github.event.inputs.base-ref }}
env:
HUSKY: 0
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
HUSKY: 0

jobs:
release:
name: Release
Expand All @@ -32,6 +35,5 @@ jobs:
with:
action: publish-final
env:
HUSKY: 0
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c43b745

Please sign in to comment.