Skip to content

Commit cfbb1cd

Browse files
committed
update ci
1 parent 5673fd8 commit cfbb1cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Publish
1+
name: "publish to npm"
22

33
on:
44
release:
55
types: [created]
66

77
jobs:
8-
build:
8+
publish-to-npm:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- ".github/workflows/sdk.yml"
1616

1717
jobs:
18-
lint:
18+
lint-and-build:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)