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 8c9033a commit 7767b8cCopy full SHA for 7767b8c
.github/workflows/icu4c.yml
@@ -942,7 +942,7 @@ jobs:
942
env:
943
GH_TOKEN: ${{ github.token }}
944
- name: Upload to icu4x tag
945
- if: ${{ inputs.gitReleaseTag && startsWith(input.gitReleaseTag, 'icu4x/') }}
+ if: ${{ inputs.gitReleaseTag && startsWith(inputs.gitReleaseTag, 'icu4x/') }}
946
run: |
947
gh release upload ${{ inputs.gitReleaseTag }} icuexportdata_*.zip --clobber
948
0 commit comments