Skip to content

Commit cc551cc

Browse files
felicitymaymattr-
andauthored
Apply suggestions from code review
Co-authored-by: Matt Rogers <[email protected]>
1 parent 9c64764 commit cc551cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We recommend that you have a basic understanding of the Rust language. For more
5353
branches: [ "main" ]
5454

5555
env:
56-
CARGO_TERM_COLOR: always
56+
CARGO_TERM_COLOR: never
5757

5858
jobs:
5959
build:
@@ -170,6 +170,4 @@ To use the uploaded artifact in a different job, ensure your workflows have the
170170
path: ./{% raw %}<my-app>{% endraw %}
171171
- name: Publish built binary to {% data variables.product.github %} releases
172172
- run: |
173-
gh release create v0.1.0 --generate-notes
174-
gh release upload v0.1.0 ./{% raw %}<my-app>/<my-project>#<my-app>{% endraw %}
175-
```
173+
gh release create --generate-notes ./{% raw %}<my-app>/<my-project>#<my-app>{% endraw %}

0 commit comments

Comments
 (0)