Skip to content

Commit

Permalink
Uncomment crates.io publish step in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Jan 25, 2025
1 parent 2513f5c commit 6143089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
- name: Create new tag
run: git tag v${{ steps.app.outputs.version }}

# - name: Publish to crates.io
# run: cargo publish --allow-dirty
- name: Publish to crates.io
run: cargo publish --allow-dirty

- name: Push to origin
run: git push origin HEAD --tags
Expand Down

0 comments on commit 6143089

Please sign in to comment.