Skip to content

Merge pull request #331 from pixlise/feature/replace-single-scan #238

Merge pull request #331 from pixlise/feature/replace-single-scan

Merge pull request #331 from pixlise/feature/replace-single-scan #238

Workflow file for this run

name: Core Release
on:
push:
tags:
- '*'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
release:
uses: ./.github/workflows/main.yml
with:
version_format: '${major}.${minor}.${patch}'
secrets: inherit