replace jq with builtin npm command
Release / release (push) Has been cancelled

This commit is contained in:
2025-12-16 23:22:36 -08:00
parent d493ad3f51
commit b59ae7d3e2
+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: npm version from-git
- 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: