Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main🔁dev - sync #1305

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added newBranch feature options and added default excludeOptions in s…
…imple release github action
Gellipapa authored Jan 30, 2024
commit f9e35dc9e38d5c119dd9ce55b08bc469ed7ec524
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 }}