Skip to content

Merge pull request #11 from ayghon/feat/shopping-cart #11

Merge pull request #11 from ayghon/feat/shopping-cart

Merge pull request #11 from ayghon/feat/shopping-cart #11

Workflow file for this run

name: Release
'on':
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}