Skip to content

Commit 12f69bc

Browse files
authored
bump cli to v0.1.1 (#176)
Signed-off-by: Joshua Li <joshuali925@gmail.com>
1 parent d46639c commit 12f69bc

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/cli-installer-release-drafter.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write
1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- id: get_approvers
2121
run: |
@@ -41,13 +41,11 @@ jobs:
4141

4242
- name: Run unit tests
4343
working-directory: aws/cli-installer
44-
run: node --test test/unit.test.mjs
44+
run: npm run test
4545

4646
- name: Publish to npm
4747
working-directory: aws/cli-installer
4848
run: npm publish
49-
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5149

5250
- name: Draft a release
5351
uses: softprops/action-gh-release@v1

aws/cli-installer/package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/cli-installer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensearch-project/observability-stack",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CLI for the Observability Stack",
55
"type": "module",
66
"bin": "./bin/cli-installer.mjs",

0 commit comments

Comments
 (0)