Skip to content

Commit

Permalink
actions: fix checkout and mark deploy job with environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravo555 authored Sep 23, 2023
1 parent 1881798 commit 6bba110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100

- name: rust-toolchain
uses: actions-rs/[email protected]
Expand All @@ -41,6 +43,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
environment: production
steps:
- uses: actions/checkout@v2
- name: Announce deploy
Expand Down

0 comments on commit 6bba110

Please sign in to comment.