Skip to content

Commit

Permalink
YUM release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilak Kumar G committed Sep 10, 2024
1 parent 653a2e3 commit 7cbd5f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- '*'
workflow_dispatch:
inputs:
tag:
description: 'Tag to release' # Description for the input
required: true # Tag is required to trigger the workflow manually

permissions:
contents: write
Expand Down

0 comments on commit 7cbd5f4

Please sign in to comment.