Skip to content

Commit

Permalink
Please work
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhsmith committed Dec 30, 2024
1 parent 05b42bb commit f449756
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION }}
registry-url: "https://npm.pkg.github.com"
token: ${{ secrets.GITHUB_TOKEN }}
always-auth: true
- run: yarn install
- run: yarn build --print-label
- run: yarn test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
access: "public"
registry: "https://npm.pkg.github.com"
1 change: 1 addition & 0 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
access: "public"
registry: "https://registry.npmjs.org"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavinhsmith/shutdown",
"version": "1.0.16",
"version": "1.0.17",
"description": "A simple shutdown handler for Node.",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit f449756

Please sign in to comment.