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 5673fd8 commit cfbb1cdCopy full SHA for cfbb1cd
.github/workflows/publish.yml
@@ -1,11 +1,11 @@
1
-name: Publish
+name: "publish to npm"
2
3
on:
4
release:
5
types: [created]
6
7
jobs:
8
- build:
+ publish-to-npm:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
.github/workflows/sdk.yml
@@ -15,7 +15,7 @@ on:
15
- ".github/workflows/sdk.yml"
16
17
18
- lint:
+ lint-and-build:
19
20
21
0 commit comments