Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Bump stefanzweifel/git-auto-commit-action from 5 to 6 #2

Bump stefanzweifel/git-auto-commit-action from 5 to 6

Bump stefanzweifel/git-auto-commit-action from 5 to 6 #2

Workflow file for this run

name: release
on:
pull_request:
types:
- closed
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
WITH_V: true
RELEASE_BRANCHES: main
DEFAULT_BUMP: minor