Skip to content

fix(product-label): fixed product labeling (#221) #68

fix(product-label): fixed product labeling (#221)

fix(product-label): fixed product labeling (#221) #68

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.ref_name }}-release
jobs:
Release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}