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 4bad431 commit 7f476a3Copy full SHA for 7f476a3
.github/workflows/release.yml
@@ -140,5 +140,5 @@ jobs:
140
MONGO_URL: ${{ secrets.MONGO_URL }}
141
MONGO_USERNAME: ${{ secrets.MONGO_USERNAME }}
142
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
143
- RELEASE_VERSION: ${{ needs.prerelease.outputs.VERSION }}
144
- run: bin/release-binary.sh "$MONGO_URL" "$MONGO_USERNAME" "$MONGO_PASSWORD" "$RELEASE_VERSION"
+ CARGO_RELEASE_TAG: ${{ needs.prerelease.outputs.VERSION }}
+ run: bin/release-binary.sh "$MONGO_URL" "$MONGO_USERNAME" "$MONGO_PASSWORD" "$CARGO_RELEASE_TAG"
0 commit comments