ci: fix workflow

This commit is contained in:
iCrawl
2022-08-16 16:24:07 +02:00
parent a1dddd6b2c
commit c99b808882

View File

@@ -123,7 +123,7 @@ jobs:
path: 'out' path: 'out'
- name: Extract package and semver from tag - 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 id: extract-tag
uses: ./packages/actions/src/formatTag uses: ./packages/actions/src/formatTag
with: with: