diff --git a/.github/workflows/nym-release-publish.yml b/.github/workflows/nym-release-publish.yml index 7fd455dd46..29772ca847 100644 --- a/.github/workflows/nym-release-publish.yml +++ b/.github/workflows/nym-release-publish.yml @@ -34,7 +34,7 @@ jobs: - name: Sets env vars for tokio if set in manual dispatch inputs run: | - echo 'RUSTFLAGS="--cfg tokio_unstable"' >> $GITHUB_ENV + echo 'RUSTFLAGS=--cfg tokio_unstable' >> $GITHUB_ENV if: github.event_name == 'workflow_dispatch' && inputs.add_tokio_unstable == true - name: Install Rust stable