Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit fb22ce8

Browse files
committed
fix boolean param for tag and release
1 parent bb730be commit fb22ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-tag-release-update-asana.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
asana-task-url: ${{ inputs.asana-task-url || github.event.inputs.asana-task-url }}
6060
base-branch: ${{ github.event.inputs.base-branch || 'main' }}
6161
branch: ${{ github.ref_name }}
62-
internal-release-bump: ${{ github.event.inputs.internal-release-bump || 'false' }}
62+
internal-release-bump: ${{ github.event.inputs.internal-release-bump || false }}
6363
prerelease: ${{ github.event.inputs.release-type == 'internal' }}
6464
secrets:
6565
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)