Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 12, 2022
1 parent 48d868a commit fdfb6e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/actions/semantic-release-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: 'Semantic release pack'
description: 'Generates file and runs new release.'

inputs:
createReleaseRCIfNotExists:
description: 'Inform the main repository language'
required: true
default: "true"
defaultBranch:
required: true
default: master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
createReleaseRCIfNotExists: true
defaultBranch: ${{ inputs.mainBranch }}
files: '["package.json","dist/**/*.{js,css}"]'
npmPlugin: true
Expand Down
4 changes: 0 additions & 4 deletions src/actions/semantic-release-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: 'Semantic release pack'
description: 'Generates file and runs new release.'

inputs:
createReleaseRCIfNotExists:
description: 'Inform the main repository language'
required: true
default: "true"
defaultBranch:
required: true
default: master
Expand Down

0 comments on commit fdfb6e4

Please sign in to comment.