Skip to content

Commit 657f4e1

Browse files
committed
Add NPM publishing
1 parent 1cccd38 commit 657f4e1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,17 @@ jobs:
158158
env:
159159
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160160
HOMEBREW_TAP_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
161+
162+
- name: Set up Node.js
163+
uses: actions/setup-node@v4
164+
with:
165+
node-version: "20"
166+
registry-url: "https://registry.npmjs.org"
167+
168+
- name: Publish to NPM
169+
uses: evg4b/goreleaser-npm-publisher-action@v1
170+
with:
171+
token: ${{ secrets.NPM_AUTH_TOKEN }}
172+
license: Apache-2.0
173+
description: "LocalStack CLI v2 - Start and manage LocalStack emulators"
174+
keywords: localstack, cli, aws, emulator, docker

0 commit comments

Comments
 (0)