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 55e602a commit 23d854fCopy full SHA for 23d854f
.github/workflows/main.yml
@@ -9,7 +9,7 @@ on:
9
- 'main'
10
11
jobs:
12
- build-unix:
+ build:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- "v*"
7
8
@@ -39,8 +39,8 @@ jobs:
39
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
40
coverageLocations: ${{ github.workspace }}/coverage/lcov.info:lcov
41
42
- publish-npm:
43
- needs: ['build-unix']
+ publish:
+ needs: ['build']
44
45
46
- uses: actions/checkout@v4
0 commit comments