From 572f32f982bb9c3672d7d6f34709b1164c4e7417 Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:13:51 -0400 Subject: [PATCH] Fix: package names (#6) --- .github/workflows/gh-release-drafter.yml | 4 ++-- .github/workflows/mame-build.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-release-drafter.yml b/.github/workflows/gh-release-drafter.yml index 28ddb8c..c840b39 100644 --- a/.github/workflows/gh-release-drafter.yml +++ b/.github/workflows/gh-release-drafter.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: inputs: ref: - description: 'Git ref or SHA' + description: 'Git ref, tag, or commit SHA' required: true type: string @@ -46,7 +46,7 @@ jobs: # commit ref info that's needed for it. diff-search: ${{ github.event_name != 'workflow_dispatch' && true || false }} static-checking: ${{ github.event_name == 'workflow_dispatch' && 'localIsNew' || '' }} - file-url: ${{ github.event_name == 'workflow_dispatch' && 'https://unpkg.com/chdman-js/package.json' || '' }} + file-url: ${{ github.event_name == 'workflow_dispatch' && 'https://unpkg.com/chdman/package.json' || '' }} - if: steps.check.outputs.changed == 'true' uses: volta-cli/action@v4 diff --git a/.github/workflows/mame-build.yml b/.github/workflows/mame-build.yml index 76e4540..3d10475 100644 --- a/.github/workflows/mame-build.yml +++ b/.github/workflows/mame-build.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: inputs: mame_ref: - description: MAME GitHub Ref/Tag (e.g. "mame0262") + description: 'MAME GitHub ref, tag, or commit SHA (e.g. "mame0262")' required: true type: string auto-merge: diff --git a/package.json b/package.json index f76a52a..f0ea8f5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "mame", "roms" ], - "homepage": "https://github.com/emmercm/chdman-js#readme", + "homepage": "https://github.com/emmercm/chdman-js", "bugs": { "url": "https://github.com/emmercm/chdman-js/issues" },