Skip to content

Commit

Permalink
Use the up-to-date Action
Browse files Browse the repository at this point in the history
  • Loading branch information
youhanaNaseim authored May 8, 2024
1 parent c66fc0d commit 17166c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
with:
profile: minimal
toolchain: stable
override: true

- run: cargo publish --dry-run --token ${CRATES_TOKEN} -p antithesis_sdk
env:
Expand Down

0 comments on commit 17166c8

Please sign in to comment.