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.
2 parents ef04991 + edefcaa commit 37cd736Copy full SHA for 37cd736
.github/workflows/npm-publish.yml
@@ -7,19 +7,7 @@ on:
7
workflow_dispatch
8
9
jobs:
10
- build:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v4
14
- - uses: actions/setup-node@v3
15
- with:
16
- node-version: 20
17
- - run: npm install
18
- - run: npm run build
19
- - run: cp cdk.json.built cdk.json
20
-
21
- publish-npm:
22
- needs: build
+ build-and-publish:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
@@ -29,7 +17,7 @@ jobs:
29
registry-url: https://registry.npmjs.org/
30
- run: npm install
31
- run: npm run build
32
+ - run: cp cdk.json.built cdk.json
33
- run: npm pack
34
- run: npm publish --access=public
35
env:
0 commit comments