Skip to content

Commit 552416c

Browse files
committed
fix build steps
1 parent 396f3fa commit 552416c

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
@@ -25,8 +25,8 @@ jobs:
2525
- name: Build and publish to npm registry
2626
continue-on-error: true
2727
run:
28-
npm ci
29-
npm run build
28+
npm ci &&
29+
npm run build &&
3030
npm publish --access public
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baselime/lambda-node-opentelemetry",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "OpenTelemetry auto tracer for Node.JS based AWS Lambda functions",
55
"keywords": [
66
"nodejs",

0 commit comments

Comments
 (0)