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 e7570f3 commit 76a5ae8Copy full SHA for 76a5ae8
.github/workflows/release-feature-branch.yaml
@@ -344,7 +344,7 @@ jobs:
344
shell: bash
345
run: |
346
set -euxo pipefail
347
- old_version="$(jq -r .version package.json)"
+ old_version="$(tar -xOf ./artifacts/package.tgz package/package.json | jq -r .version)"
348
version="$old_version-$(git rev-parse --short HEAD)"
349
npm version $version
350
tag="${{ github.ref_name }}"
0 commit comments