Remove 'v' In Tag Versioning (#99)

This commit is contained in:
Sterling Dreyer 2024-10-09 12:32:42 -07:00 committed by GitHub
parent 63cabe8f1f
commit 1ba6cc5a40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,13 @@ on:
branches: branches:
- main - main
tags: tags:
- 'v*' - '*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version:
description: 'Version to release (e.g., v0.1.0)' description: 'Version to release (e.g., 0.1.0)'
required: true required: true
default: 'v0.0.1' default: '0.0.1'
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io