Skip to content

Commit

Permalink
Merge pull request #105 from sailpoint-oss/workflow-variable
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
Luke Hagar authored Sep 28, 2023
2 parents fb97822 + 34cccf2 commit c9ea0cb
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 c9ea0cb

Please sign in to comment.