Skip to content

fix collection create #27

fix collection create

fix collection create #27

Workflow file for this run

name: publish
on:
push:
branches:
- 'main'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm install
- run: npm run deploy
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
ANT_CONTRACT: ${{ secrets.ANT_CONTRACT }}