We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b8836 commit a01d7faCopy full SHA for a01d7fa
‎.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
cache: 'yarn'
17
- run: yarn install
18
- run: yarn test
19
+ - name: Setup faketty
20
+ uses: Yuri6037/[email protected]
21
- name: Release
22
env:
23
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments