ci: fix workflow

This commit is contained in:
iCrawl 2022-08-16 16:24:07 +02:00
parent a1dddd6b2c
commit c99b808882
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -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: