Skip to content

Commit

Permalink
Add toolchain to release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Nov 5, 2021
1 parent 5cc6fc0 commit 5b37089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Configure toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
target: ${{ env.TARGET }}

Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
run: echo TODO

publish-release:
name: Build a release artifacts
name: Publish a new release
runs-on: ubuntu-latest
steps:
- name: Get the version
Expand Down

0 comments on commit 5b37089

Please sign in to comment.