Skip to content

Commit 2c7a4d0

Browse files
committed
ci
1 parent fda3d60 commit 2c7a4d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: ad-m/github-push-action@master
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
50-
branch: ${{ github.ref }}
50+
branch: main
5151

5252
create-release:
5353
needs: [publish-node-packages]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8-
## [0.1.10] 2023-07-22
8+
## [0.1.11] 2023-07-22
99

1010
- publish via CI
1111
- Fix: auto-loader paths

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.10",
3+
"version": "0.1.11",
44
"description": "OpenTelemetry auto tracer for Node.JS based AWS Lambda functions",
55
"keywords": [
66
"nodejs",

0 commit comments

Comments
 (0)