Skip to content

feat(promise): add promise deduplication support #127

feat(promise): add promise deduplication support

feat(promise): add promise deduplication support #127

Workflow file for this run

name: Publish NPM
on:
push:
branches: [ master, beta, alpha ]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
quality:
name: Quality Control
uses: ./.github/workflows/quality_control.yml
secrets: inherit
publish:
name: Publish NPM
runs-on: ubuntu-latest
needs: quality
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Publish Package to NPM
env:
HUSKY: 0
run: |
npm i -g pnpm @semantic-release/changelog @semantic-release/git semantic-release@22
pnpm i --frozen-lockfile --ignore-scripts
pnpm build
semantic-release