Skip to content

fix: copy gas station into utils (#61) #128

fix: copy gas station into utils (#61)

fix: copy gas station into utils (#61) #128

Workflow file for this run

on:
push:
branches:
- master
env:
NODE_ENV: ci
name: Release
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
linters:
name: Linters
uses: ./.github/workflows/linters.yml
release:
name: Publish Release
runs-on: ubuntu-latest
needs: [tests, linters]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run build
- name: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release