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