From 140c23ba43415fe0db40b05942e134fdbe8b0894 Mon Sep 17 00:00:00 2001 From: Jess Sullivan Date: Mon, 27 Apr 2026 21:10:58 -0400 Subject: [PATCH] fix(ci): use tinyland-inc scope for GitHub Packages --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afb6111..6735550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: bazel_targets: "//:pkg //:test" package_dir: ./bazel-bin/pkg npm_access: public - github_package_name: "@tummycrypt/tinyland-security" + github_package_name: "@tinyland-inc/tinyland-security" dry_run: ${{ !(github.event_name == 'workflow_dispatch' && inputs.publish == true) }} publish_on_tag: true secrets: inherit