Skip to content

Commit e22ea8c

Browse files
committed
ci: try fix parse boolean
1 parent 66915cc commit e22ea8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/new-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130
uses: ./.github/workflows/bump-version.yml
131131
with:
132132
projects: ${{ needs.compute-projects.outputs.finalProjects }}
133-
beta-release: ${{ github.event.inputs.beta-release }}
134-
dry-run: ${{ github.event.inputs.dry-run }}
133+
beta-release: ${{ fromJSON(github.event.inputs.beta-release) }}
134+
dry-run: ${{ fromJSON(github.event.inputs.dry-run) }}
135135
secrets:
136136
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
137137
GITHUB_TOKEN_SECRET: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)