From 09be825646d314557d04afbfa2ee2f61ffe0d2ef Mon Sep 17 00:00:00 2001 From: Dominic Hains Date: Wed, 15 Jun 2022 17:33:18 -0400 Subject: [PATCH] fix: typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 024afd70..fe4a4ef2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ 1. From the `main` branch, set an environment variable to the version number with the format `v{version_number}` (e.g. `v0.1.0`). This should match the version number in `Cargo.toml`. ```sh -export FUNCTION=v0.1.0 +export FUNCTION_RUNNER_VERSION=v0.1.0 ``` 2. Create a new tag.