Skip to content

Commit

Permalink
chore: Remove useless inputs in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yushu2606 committed Feb 20, 2024
1 parent d6bdb8d commit 93452d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Release

on:
workflow_dispatch:
inputs:
prerelease:
type: boolean
required: true
description: Prerelease or not
- workflow_dispatch

env:
BUILD_TYPE: Release
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,4 @@ ASALocalRun/
.mfractor/

# Local History for Visual Studio
.localhistory/
src/Properties/launchSettings.json
.localhistory/

0 comments on commit 93452d7

Please sign in to comment.