We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8bdba commit 7a6bc2eCopy full SHA for 7a6bc2e
1 file changed
.github/workflows/release.yaml
@@ -38,7 +38,8 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41
- - run: echo "Published: ${{ steps.cs.outputs.published }}"
+ - run: |
42
+ echo "Published: ${{ steps.cs.outputs.published }}"
43
44
integration-tests:
45
needs: gate
0 commit comments