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

Merge pull request #500 from atc0005/update-changelog-for-v0.5.5-release #14

Merge pull request #500 from atc0005/update-changelog-for-v0.5.5-release

Merge pull request #500 from atc0005/update-changelog-for-v0.5.5-release #14

Workflow file for this run

# See LICENSE file in this repo for license details.
name: Release Build
on:
push:
tags:
# Match any semver tag, rely on the imported workflow to apply necessary
# logic to separate "stable" release builds from "prerelease" builds.
- "v[0-9]+.[0-9]+.*"
jobs:
release_build:
name: Generate release build
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
permissions:
contents: write
discussions: write
uses: atc0005/shared-project-resources/.github/workflows/release-build.yml@master