Skip to content

Merge pull request #2 from Kpler/add-version #1

Merge pull request #2 from Kpler/add-version

Merge pull request #2 from Kpler/add-version #1

Workflow file for this run

name: main-cd
on:
push:
branches:
- main
jobs:
create-tag:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- id: github-tag-action
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true