Skip to content

Commit d65f4cc

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 3bd9546 commit d65f4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
name: Tag Name
3232
# needs: [test, cypress]
3333
# if: startsWith(github.event.ref, 'refs/tags/v')
34-
if: ${{github.event.release.prerelease == true }} && startsWith(github.ref, 'refs/tags/v')
34+
if: |
35+
github.event.release.prerelease == true && startsWith(github.ref, 'refs/tags/v')
3536
runs-on: ubuntu-latest
3637
env:
3738
RELEASE_CONTEXT: ${{ toJson(github.event.release) }}

0 commit comments

Comments
 (0)