Skip to content

Commit

Permalink
Enable crates.io publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanowen committed Sep 1, 2021
1 parent 892bfb1 commit 47d170a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
crates-publish:
name: Crates Publish
runs-on: ubuntu-latest
Expand All @@ -31,4 +30,4 @@ jobs:
override: true
- uses: katyo/publish-crates@v1
with:
dry-run: true
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 47d170a

Please sign in to comment.