Skip to content

Commit 9971b81

Browse files
loybotCopilot
andcommitted
Use plugin pack 0.1.2
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1c1ba1a commit 9971b81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/plugin-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Package .hfpkg
4646
shell: pwsh
4747
run: |
48-
npx --yes @haloforge/plugin-pack@0.1.1 pack . --release --target x86_64-pc-windows-msvc --out dist/plugin-release
48+
npx --yes @haloforge/plugin-pack@0.1.2 pack . --release --target x86_64-pc-windows-msvc --out dist/plugin-release
4949
$pkg = Get-ChildItem dist/plugin-release -Filter *.hfpkg | Select-Object -First 1
5050
if (-not $pkg) { throw "No .hfpkg artifact was created." }
5151
$sha = Get-ChildItem dist/plugin-release -Filter *.hfpkg.sha256 | Select-Object -First 1
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
$artifactUrl = "https://github.com/${{ github.repository }}/releases/download/${{ inputs.release_tag }}/$env:PKG_NAME"
7474
$args = @(
75-
"--yes", "@haloforge/plugin-pack@0.1.1",
75+
"--yes", "@haloforge/plugin-pack@0.1.2",
7676
"metadata", "$env:PKG_PATH",
7777
"--artifact-url", $artifactUrl,
7878
"--source", "${{ inputs.source }}",
@@ -97,7 +97,7 @@ jobs:
9797
- name: Submit catalog draft
9898
if: env.HF_ADMIN_TOKEN != ''
9999
shell: pwsh
100-
run: npx --yes @haloforge/plugin-pack@0.1.1 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.link --token-env HF_ADMIN_TOKEN
100+
run: npx --yes @haloforge/plugin-pack@0.1.2 submit dist/plugin-release/catalog-draft.json --api-base-url https://admin.haloforge.link --token-env HF_ADMIN_TOKEN
101101

102102
- name: Upload workflow artifacts
103103
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)