Skip to content

Commit

Permalink
mainšŸ”dev - sync
Browse files Browse the repository at this point in the history
sync
Thekuca authored Jan 31, 2024
2 parents 218af24 + 7c59848 commit 954f5e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/simple-release.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,11 @@ on:
type: string
description: Separate the files or folders that you do not want to see in the release with a comma.
required: false
default: 'node_modules,package.json,package-lock.json'
neededNewBranch:
type: string
description: Specify true or false if you want to create a new branch.
required: false

jobs:
simple-create-release:
@@ -28,3 +33,4 @@ jobs:
web: ${{ github.event.inputs.web }}
versionNumber: ${{ github.event.inputs.versionNumber }}
excludeOptions: ${{ github.event.inputs.excludeOptions }}
neededNewBranch: ${{ github.event.inputs.neededNewBranch }}

0 comments on commit 954f5e8

Please sign in to comment.