From af5ecd9a5e066854b0efd937769f738c9e18eb84 Mon Sep 17 00:00:00 2001 From: James R Swift Date: Thu, 26 Sep 2024 13:50:38 +0100 Subject: [PATCH] update gh actions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 721f477..48d16a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ env: # the repository to which to push the release version # usually a fork of typst/packages (https://github.com/typst/packages/) # that you have push privileges to - REGISTRY_REPO: author/typst-packages + REGISTRY_REPO: jamesrswift/typst-packages # the path within that repo where the "/" directory should be put # for the Typst package registry, keep this as is PATH_PREFIX: packages/preview