Skip to content

Commit b57b25b

Browse files
committed
fix: release workflow fails on invalid workflow if
1 parent b9932fb commit b57b25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create GitHub App token
3030
uses: actions/create-github-app-token@v3
3131
id: gh-app-token
32-
if: ${{ inputs.GH_APP_ID && secrets.GH_APP_PEM_FILE }}
32+
if: ${{ inputs.GH_APP_ID != '' }}
3333
with:
3434
app-id: ${{ inputs.GH_APP_ID }}
3535
private-key: ${{ secrets.GH_APP_PEM_FILE }}

0 commit comments

Comments
 (0)