Skip to content

Commit 7a6bc2e

Browse files
committed
fix?
1 parent ca8bdba commit 7a6bc2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41-
- run: echo "Published: ${{ steps.cs.outputs.published }}"
41+
- run: |
42+
echo "Published: ${{ steps.cs.outputs.published }}"
4243
4344
integration-tests:
4445
needs: gate

0 commit comments

Comments
 (0)