Skip to content

ci(uplift): uplifted for version v0.1.16 #13

ci(uplift): uplifted for version v0.1.16

ci(uplift): uplifted for version v0.1.16 #13

Workflow file for this run

name: CD
concurrency:
group: cd-${{ github.ref }}
cancel-in-progress: true
on:
push:
tags:
- '**'
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
npm run build
npm publish