Skip to content

fix: recompile dist folder after recent PRs (#109) #54

fix: recompile dist folder after recent PRs (#109)

fix: recompile dist folder after recent PRs (#109) #54

Workflow file for this run

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