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 f55e0ae commit efc6dceCopy full SHA for efc6dce
.github/workflows/release-package.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: 'Change NPM version'
80
uses: reedyuk/[email protected]
81
with:
82
- version: ${{ needs.publish-gpr.semver }}
+ version: ${{ needs.publish-gpr.outputs.semver }}
83
package: ch8_packages/npm
84
85
- run: npm ci
0 commit comments