We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66915cc commit e22ea8cCopy full SHA for e22ea8c
.github/workflows/new-release.yml
@@ -130,8 +130,8 @@ jobs:
130
uses: ./.github/workflows/bump-version.yml
131
with:
132
projects: ${{ needs.compute-projects.outputs.finalProjects }}
133
- beta-release: ${{ github.event.inputs.beta-release }}
134
- dry-run: ${{ github.event.inputs.dry-run }}
+ beta-release: ${{ fromJSON(github.event.inputs.beta-release) }}
+ dry-run: ${{ fromJSON(github.event.inputs.dry-run) }}
135
secrets:
136
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
137
GITHUB_TOKEN_SECRET: ${{ secrets.GITHUB_TOKEN }}
0 commit comments