Skip to content

Commit

Permalink
Update github release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xezard committed Nov 3, 2024
1 parent 6f845fc commit cb1e2d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
tags:
- "*"
workflow_dispatch:
inputs:
tag:
description: 'Specify tag to release'
required: true
default: '1.0.0'

env:
PLUGIN_NAME: oencrypt
Expand Down

0 comments on commit cb1e2d9

Please sign in to comment.