Skip to content

fix:HS-132: Added card token object for saved cards (#79) #75

fix:HS-132: Added card token object for saved cards (#79)

fix:HS-132: Added card token object for saved cards (#79) #75

Workflow file for this run

name: CI/CD Pipeline
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.AUTORELEASE_PAT }}
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install dependencies
run: npm install
- name: Install fast-glob
run: npm install fast-glob
- name: Display Node.js version
run: node --version
- name: npm release
run: npx semantic-release --debug;