Skip to content

fix: add typescript to detect issues in path interpolation (#117) #51

fix: add typescript to detect issues in path interpolation (#117)

fix: add typescript to detect issues in path interpolation (#117) #51

Workflow file for this run

name: "Publish"
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jameshenry/publish-shell-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}