Skip to content

fix release

fix release #3

Workflow file for this run

name: 'Github release'
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
gh-release:
uses: pixelfederation/gh-action-gh-release/.github/workflows/[email protected]
with:
# If enabled, respects commits between SemVer tag build num iterations instead of previous commited tag (eg: X.X.X-y_2 -> X.X.X-y_3)
tag_num: false
fetch_depth: '30'
changelog_file: 'CHANGELOG.md'