Skip to content

Commit

Permalink
Update publish-to-crates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FranCerdan authored Mar 26, 2024
1 parent 68f74e7 commit 14c888c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

jobs:
publish-rust:
environment: release
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -28,4 +29,4 @@ jobs:
with:
version: ${{ github.event.inputs.version }}
crates-token: ${{ secrets.CRATES_IO_TOKEN }}
dry-run: ${{ github.event.inputs.dry-run }}
dry-run: ${{ github.event.inputs.dry-run }}

0 comments on commit 14c888c

Please sign in to comment.