Skip to content

feat: update storage.type.string.python to match function & class (#88) #31

feat: update storage.type.string.python to match function & class (#88)

feat: update storage.type.string.python to match function & class (#88) #31

Workflow file for this run

name: build & release
on:
push:
branches: [main]
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/cache@v3
with:
path: |
~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- name: release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release