We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff4914 commit dd2167dCopy full SHA for dd2167d
1 file changed
.github/workflows/release-drafter.yml
@@ -36,7 +36,7 @@ jobs:
36
export VERSION="${TAG#v}"
37
sed -E -i.bak "s/\"version\": \"[^\"]+\"/\"version\": \"${VERSION}\"/" package.json
38
rm -f package.json.bak
39
- rg -n '"version":' package.json
+ node -e "const pkg=require('./package.json'); console.log('package.json version:', pkg.version)"
40
env:
41
TAG: ${{ steps.get_version.outputs.TAG }}
42
0 commit comments