Skip to content

Bump Fronter.NET from 45db6c8 to 88482b3 (#2908) #patch #2206

Bump Fronter.NET from 45db6c8 to 88482b3 (#2908) #patch

Bump Fronter.NET from 45db6c8 to 88482b3 (#2908) #patch #2206

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
bump_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: '0'
- name: "Bump version and push tag"
uses: anothrNick/github-tag-action@1.75.0
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
DEFAULT_BUMP: none
WITH_V: false
DEFAULT_BRANCH: 'master'
BRANCH_HISTORY: 'last'