Skip to content

Commit d2f2d51

Browse files
committed
ci
1 parent 717ac63 commit d2f2d51

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- name: Push changes
6262
uses: ad-m/github-push-action@master
6363
with:
64+
github_token: ${{ secrets.GITHUB_TOKEN }}
6465
branch: ${{ github.ref }}
6566

6667
create-release:

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.7] 2023-07-22
8+
## [0.1.8] 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.6",
3+
"version": "0.1.8",
44
"description": "OpenTelemetry auto tracer for Node.JS based AWS Lambda functions",
55
"keywords": [
66
"nodejs",

0 commit comments

Comments
 (0)