Skip to content

Updated the font to monospace for code instead of space grotesk (#62) #56

Updated the font to monospace for code instead of space grotesk (#62)

Updated the font to monospace for code instead of space grotesk (#62) #56

name: Push
on:
push:
branches:
- 'main'
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Push Latest Tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
RELEASE_BRANCHES: main