Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Hagar authored Sep 28, 2023
1 parent fb97822 commit 34cccf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Release

on:
workflow_dispatch:
inputs:
version:
description: The version to release
push:
tags:
- "*"

env:
REF: ${{ github.event.inputs.tag || github.ref }}
REF: ${{ github.event.inputs.tag || github.event.inputs.version }}

jobs:
goreleaser:
Expand Down

0 comments on commit 34cccf2

Please sign in to comment.