fix bash quoting issue
Release / release (push) Failing after 38s

This commit is contained in:
2025-12-16 23:16:05 -08:00
parent 79e5612e68
commit e9c8dd7be7
+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: