aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 05:36:38 +0000
committerFuwn <[email protected]>2021-05-20 05:36:38 +0000
commit328ffd2d588bed7d4d62057b65e957a99320ec63 (patch)
tree4718772b405a326715bdb898cbf5f91efd699cfe /.github/workflows
parentMerge branch 'main' of https://github.com/fuwn/nitrous (diff)
downloadnitrous-328ffd2d588bed7d4d62057b65e957a99320ec63.tar.xz
nitrous-328ffd2d588bed7d4d62057b65e957a99320ec63.zip
fix(actions): profile
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b519490..4d3d71e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
- name: Toolchain 🧰
uses: actions-rs/toolchain@v1
with:
- profile-minimal: minimal
+ profile: minimal
toolchain: nightly-2021-05-19
components: rustfmt, clippy
override: true