Removing forced folder
This commit is contained in:
@@ -12,7 +12,7 @@ inputs:
|
||||
default: "${NEW_VERSION}"
|
||||
publishFolder:
|
||||
description: "Folder to tar, gz and publish"
|
||||
required: true
|
||||
required: false
|
||||
default: "dist/"
|
||||
ignorePatterns:
|
||||
description: "A comma separated string of file patterns to ignore relative to the publish folder."
|
||||
@@ -101,4 +101,5 @@ runs:
|
||||
rm -f "${{ inputs.customArchiveName }}.tar.gz"
|
||||
- name: Validate job
|
||||
shell: bash
|
||||
run: [[ -z "$HTTP_RESPONSE" ]]; || exit 1
|
||||
run: |
|
||||
[[ -z "$HTTP_RESPONSE" ]]; || exit 1
|
||||
|
||||
Reference in New Issue
Block a user