Skip to content

feat: BASE to undefined if HEAD~1 does not exist (#167) #75

feat: BASE to undefined if HEAD~1 does not exist (#167)

feat: BASE to undefined if HEAD~1 does not exist (#167) #75

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 }}