Skip to content

Merge pull request #104 from etchteam/dependabot/npm_and_yarn/husky-9… #88

Merge pull request #104 from etchteam/dependabot/npm_and_yarn/husky-9…

Merge pull request #104 from etchteam/dependabot/npm_and_yarn/husky-9… #88

Workflow file for this run

name: 🚀 Publish
on:
push:
branches:
- main
env:
HUSKY: 0
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Publish
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 19.x
branch: main
extends: |
@semantic-release/[email protected]
@semantic-release/[email protected]
@commitlint/[email protected]
@commitlint/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}