mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +00:00
Update release.yml
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user