Update release.yml

This commit is contained in:
Luke Hagar
2023-09-28 08:29:10 -05:00
committed by GitHub
parent fb9782213e
commit 34cccf2889

View File

@@ -2,12 +2,15 @@ name: Release
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
version:
description: The version to release
push: push:
tags: tags:
- "*" - "*"
env: env:
REF: ${{ github.event.inputs.tag || github.ref }} REF: ${{ github.event.inputs.tag || github.event.inputs.version }}
jobs: jobs:
goreleaser: goreleaser: