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 f86bb85 commit 0af7e50Copy full SHA for 0af7e50
.github/workflows/release.yml
@@ -18,6 +18,11 @@ jobs:
18
pull-requests: write # to be able to comment on released pull requests
19
id-token: write # to enable use of OIDC for npm provenance
20
21
+ defaults:
22
+ run:
23
+ # Fix ANSI color codes for GitHub actions
24
+ shell: 'script -q -e -c "export TERM=xterm-256color; bash --noprofile --norc -eo pipefail {0}"'
25
+
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
0 commit comments