diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 52b48db8c..9e2b7217f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -123,7 +123,7 @@ jobs: path: 'out' - name: Extract package and semver from tag - if: ${{ github.event.inputs.ref_type === 'tag' || env.BRANCH_OR_TAG == 'tag' }} + if: ${{ github.event.inputs.ref_type == 'tag' || env.BRANCH_OR_TAG == 'tag' }} id: extract-tag uses: ./packages/actions/src/formatTag with: