Skip to content

Bump braces from 3.0.2 to 3.0.3 (#39) #27

Bump braces from 3.0.2 to 3.0.3 (#39)

Bump braces from 3.0.2 to 3.0.3 (#39) #27

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- run: npm ci
- run: npm test
- run: npm run build
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: br-connect-4
heroku_email: [email protected]