Skip to content

Commit

Permalink
fix: update prerelease.yml to use new input
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored Apr 17, 2024
1 parent badd1ec commit 8ee4ba7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ on:
description: 'csv of dependencies to update with the dist-tag'
required: false
default: '@adobe/aio-lib-core-errors,@adobe/aio-lib-core-logging,@adobe/aio-lib-core-tvm'
skip-dependencies-to-update:
description: 'skip setting dependencies to update'
type: boolean
required: false
default: true

jobs:
checkout:
uses: adobe/aio-reusable-workflows/.github/workflows/prerelease.yml@main
secrets: inherit
secrets: inherit

0 comments on commit 8ee4ba7

Please sign in to comment.