Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anoushk1234 authored Dec 6, 2023
1 parent d3881cc commit 5901b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_and_test:
name: Build the client
runs-on: ubuntu-latest
environment: production
environment: dev
steps:
- uses: actions/checkout@v2

Expand All @@ -31,7 +31,7 @@ jobs:
check_and_publish:
name: Check semver and publish to crates.io
runs-on: ubuntu-latest
environment: production
environment: dev
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 5901b6a

Please sign in to comment.