Skip to content
Snippets Groups Projects
Unverified Commit 955b391a authored by Diego Sampaio's avatar Diego Sampaio
Browse files

ci(release): skip push hook

parent ff4fb76c
Loading
...@@ -17,6 +17,9 @@ on: ...@@ -17,6 +17,9 @@ on:
default: master default: master
required: false required: false
env:
HUSKY: 0
jobs: jobs:
new-release: new-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
...@@ -64,6 +67,5 @@ jobs: ...@@ -64,6 +67,5 @@ jobs:
action: publish action: publish
base-ref: ${{ github.event.inputs.base-ref }} base-ref: ${{ github.event.inputs.base-ref }}
env: env:
HUSKY: 0
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -7,6 +7,9 @@ on: ...@@ -7,6 +7,9 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }} concurrency: ${{ github.workflow }}-${{ github.ref }}
env:
HUSKY: 0
jobs: jobs:
release: release:
name: Release name: Release
...@@ -32,6 +35,5 @@ jobs: ...@@ -32,6 +35,5 @@ jobs:
with: with:
action: publish-final action: publish-final
env: env:
HUSKY: 0
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment