-
-
Notifications
You must be signed in to change notification settings - Fork 185
ci: use env.VERSION #4146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: use env.VERSION #4146
Conversation
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
✅ Deploy Preview for go-feature-flag-doc-preview canceled.
|
|
| steps: | ||
| - name: Echo Release wasm version | ||
| run: | | ||
| echo "Release wasm version: ${{ env.VERSION }}" |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
| with: | ||
| tinygo-version: "0.37.0" | ||
| - run: ./.github/ci-scripts/release_wasm.sh ${VERSION} | ||
| - run: ./.github/ci-scripts/release_wasm.sh ${{ env.VERSION }} |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
| mkdir -p wasm-releases/evaluation | ||
| cp ./out/release-wasm/gofeatureflag-evaluation_${VERSION}.wasi wasm-releases/evaluation/ | ||
| cp ./out/release-wasm/gofeatureflag-evaluation_${VERSION}.wasm wasm-releases/evaluation/ | ||
| cp ./out/release-wasm/gofeatureflag-evaluation_${{ env.VERSION }}.wasi wasm-releases/evaluation/ |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
| cp ./out/release-wasm/gofeatureflag-evaluation_${VERSION}.wasi wasm-releases/evaluation/ | ||
| cp ./out/release-wasm/gofeatureflag-evaluation_${VERSION}.wasm wasm-releases/evaluation/ | ||
| cp ./out/release-wasm/gofeatureflag-evaluation_${{ env.VERSION }}.wasi wasm-releases/evaluation/ | ||
| cp ./out/release-wasm/gofeatureflag-evaluation_${{ env.VERSION }}.wasm wasm-releases/evaluation/ |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4146 +/- ##
=======================================
Coverage 84.93% 84.93%
=======================================
Files 138 138
Lines 5643 5643
=======================================
Hits 4793 4793
Misses 644 644
Partials 206 206 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|




No description provided.