diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f93862..fea257f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: steps: - uses: actions/checkout@master - name: Compile and release + id: compile uses: rust-build/rust-build.action@v1.4.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}