Fixed issue with environment variable

This commit is contained in:
Raphaël Walther
2022-11-16 10:37:28 +01:00
parent 3ceb00fae1
commit e500d154dd
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Check out latest release branch
uses: actions/checkout@v2
with:
ref: $LATEST_RELEASE
ref: ${{ env.LATEST_RELEASE }}
- name: Install rust toolchain
uses: actions-rs/toolchain@v1