Skip to content

Revert "update GitHub entry to be case-insensitive" (#40) #37

Revert "update GitHub entry to be case-insensitive" (#40)

Revert "update GitHub entry to be case-insensitive" (#40) #37

Workflow file for this run

name: Push
on:
push:
branches:
- 'main'
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push Latest Tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
RELEASE_BRANCHES: 'main'