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 5cbcfaa commit 7876035Copy full SHA for 7876035
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
name: Build binaries for ${{matrix.target}}
57
runs-on: ${{matrix.runner}}
58
env:
59
- PUBLISHED_VERSION: ${{ fromJson(needs.release.outputs.publishedPackages)[0].version }}
+ PUBLISHED_VERSION: 0.1.2
60
COREPACK_ENABLE_STRICT: 0
61
strategy:
62
fail-fast: false
0 commit comments