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 3bd9546 commit d65f4ccCopy full SHA for d65f4cc
‎.github/workflows/tag-publish.yml
@@ -31,7 +31,8 @@ jobs:
31
name: Tag Name
32
# needs: [test, cypress]
33
# if: startsWith(github.event.ref, 'refs/tags/v')
34
- if: ${{github.event.release.prerelease == true }} && startsWith(github.ref, 'refs/tags/v')
+ if: |
35
+ github.event.release.prerelease == true && startsWith(github.ref, 'refs/tags/v')
36
runs-on: ubuntu-latest
37
env:
38
RELEASE_CONTEXT: ${{ toJson(github.event.release) }}
0 commit comments