diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1f168ee..73c79fb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 100 - name: rust-toolchain uses: actions-rs/toolchain@v1.0.6 @@ -41,6 +43,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: build + environment: production steps: - uses: actions/checkout@v2 - name: Announce deploy