From 360444774c048ff7d5fff834ebc6c3ab0098ca3e Mon Sep 17 00:00:00 2001 From: sugoidogo Date: Tue, 16 Dec 2025 23:41:14 -0800 Subject: [PATCH] fix domain --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ce3a849..3c06797 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v5 - run: npm version from-git --allow-same-version --no-git-tag-version - run: npm config set registry https://gitea.sugoidogo.com/api/packages/sugoidogo/npm/ - - run: npm config set -- '//gitea.example.com/api/packages/sugoidogo/npm/:_authToken' "$PACKAGES_KEY" + - run: npm config set -- '//gitea.sugoidogo.com/api/packages/sugoidogo/npm/:_authToken' "$PACKAGES_KEY" env: PACKAGES_KEY: ${{ secrets.PACKAGES_KEY }} - run: npm publish