diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 14e196c..ce3a849 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - run: npm version from-git + - 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" env: