diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 308a9ee..c780f35 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -32,7 +32,7 @@ jobs: make rm -f ./compiled/.gitkeep VERSION=$(git describe --tags --abbrev=0) - cat extension.json | jq '.version |= "$VERSION"' > ./compiled/extension.json + cat extension.json | jq ".version |= \"$VERSION\"" > ./compiled/extension.json cp LICENSE ./compiled/LICENSE cd compiled tar -czvf ../nanodump.tar.gz .