This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
forked from Fjandin/config-man
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): publish right contents to npm (#5)
- Loading branch information
1 parent
c57b653
commit 5564242
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|