Skip to content

Commit 23d854f

Browse files
chore: ci rename
1 parent 55e602a commit 23d854f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'main'
1010

1111
jobs:
12-
build-unix:
12+
build:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*"
77

88
jobs:
9-
build-unix:
9+
build:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
@@ -39,8 +39,8 @@ jobs:
3939
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
4040
coverageLocations: ${{ github.workspace }}/coverage/lcov.info:lcov
4141

42-
publish-npm:
43-
needs: ['build-unix']
42+
publish:
43+
needs: ['build']
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)