Skip to content

Commit

Permalink
Fix mattermost message (#66)
Browse files Browse the repository at this point in the history
* Remove changelog input
  • Loading branch information
levisingularity authored Feb 8, 2024
1 parent 4bedb2a commit 52eb853
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/vultr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
description: "Version"
required: true

changelog:
description: "Version changelog"
required: true
type: string

function:
type: choice
description: "Select a function to build:"
Expand Down Expand Up @@ -44,7 +39,6 @@ jobs:
main-branch: master
version-tag-regex-pattern: /^v\d+\.\d+\.\d+$/
version-require-confirmation: "true"
changelog: ${{ inputs.changelog }}
secrets: inherit

build-vultr-production:
Expand Down

0 comments on commit 52eb853

Please sign in to comment.