Skip to content

Fix CI to fetch all history of git repo #6

Fix CI to fetch all history of git repo

Fix CI to fetch all history of git repo #6

Workflow file for this run

name: CI on Release
on:
push:
branches: [ release ]
workflow_dispatch:
jobs:
create-new-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create and Push new tag
shell: pwsh
run: |
. ./Scripts/VersionManager.ps1
New-Tag -Branch "release"