Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
fix(package): publish right contents to npm (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwarddamato authored Aug 7, 2023
1 parent c57b653 commit 5564242
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,19 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 18

- run: yarn install --frozen-lockfile

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_RELEASE_KEY }}

- name: Build
run: yarn build

- name: Release
run: |
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "dist/index.js",
"author": "René Bischoff <[email protected]> (https://github.com/fjandin)",
"homepage": "https://github.com/pleo-io/config-man",
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/pleo-io/config-man.git"
Expand Down

0 comments on commit 5564242

Please sign in to comment.