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 c0f79a8 commit d144e7aCopy full SHA for d144e7a
.github/workflows/continuous-deployment.yml
@@ -59,7 +59,7 @@ jobs:
59
run: echo version=`tar --extract --file=\`ls ./*.tgz\` --to-stdout package/package.json | jq -r .version` > $GITHUB_OUTPUT
60
- name: Print version
61
run: echo ${{ steps.get-version.outputs.version }}
62
- - if: ${{ contains(steps.get-version.outputs.version, '-') }}
+ - if: ${{ !contains(steps.get-version.outputs.version, '-') }}
63
name: Validate version
64
run: |
65
echo Cannot publish production version
0 commit comments