Skip to content

Update anothrNick/github-tag-action action to v1.71.0 (#37) #40

Update anothrNick/github-tag-action action to v1.71.0 (#37)

Update anothrNick/github-tag-action action to v1.71.0 (#37) #40

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'