Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Bump build target

Bump build target #2

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"