Skip to content

docs: CreateBasket function and better logo for black and white mode #9

docs: CreateBasket function and better logo for black and white mode

docs: CreateBasket function and better logo for black and white mode #9

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}