fix typo
Release / release (push) Failing after 42s

This commit is contained in:
2025-12-16 23:18:08 -08:00
parent e9c8dd7be7
commit d493ad3f51
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: bash -c "jq --arg version $(git describe --tags --abbrev=0 HEAD) '.version=\$version' package.json | tee package.json
- run: bash -c "jq --arg version $(git describe --tags --abbrev=0 HEAD) '.version=\$version' package.json | tee package.json"
- 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: