Skip to content

fix: config dir resolution (#67) #51

fix: config dir resolution (#67)

fix: config dir resolution (#67) #51

Workflow file for this run

name: Publish to npm
on:
push:
branches:
- release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: git fetch origin
- run: git checkout main
- run: git rebase origin/release
- run: git push origin main --force-with-lease --tags