Update release.yml

This commit is contained in:
Darwin Cereska
2025-11-13 19:05:43 -05:00
committed by GitHub
parent 6788299996
commit e84ec0a5b5

View File

@@ -5,21 +5,8 @@ on:
tags: tags:
- 'v*' - 'v*'
workflow_dispatch: workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
required: true
jobs: jobs:
validate-tag:
runs-on: ubuntu-latest
steps:
- name: Check tag
run: |
if [ -z "${{ github.event.inputs.tag }}" ]; then
echo "Error: You must provide a tag to run this workflow."
exit 1
fi
build: build:
strategy: strategy:
matrix: matrix: