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 396f3fa commit 552416cCopy full SHA for 552416c
.github/workflows/publish.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Build and publish to npm registry
26
continue-on-error: true
27
run:
28
- npm ci
29
- npm run build
+ npm ci &&
+ npm run build &&
30
npm publish --access public
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@baselime/lambda-node-opentelemetry",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "OpenTelemetry auto tracer for Node.JS based AWS Lambda functions",
5
"keywords": [
6
"nodejs",
0 commit comments