Skip to content

Commit

Permalink
Update mod-release-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Sep 28, 2024
1 parent df4fbb5 commit 640d72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mod-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
default: "jak4"
type: "string"
outputDir:
description: "The directory that the releases assets are created and temporarily stored in. Defaults to `bundler`"
description: "The directory that the releases assets are created and temporarily stored in. Defaults to `/bundler`"
required: false
default: "bundler"
default: "/bundler"
type: "string"
semverBump:
description: "What semver bump to use - patch|minor|major. Defaults to patch"
Expand Down

0 comments on commit 640d72c

Please sign in to comment.