Skip to content

Commit

Permalink
try new gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Mar 18, 2024
1 parent 487cd73 commit ce89c90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release
on:
workflow_dispatch:
inputs:
tag:
description: "Specify tag to create"
required: true
workflow_dispatch:
inputs:
tag:
description: "Specify tag to create"
required: true

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ce89c90

Please sign in to comment.