Skip to content

Commit

Permalink
👷 Add the publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Apr 14, 2024
1 parent cdcf94d commit d92ab1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
name: 🏗 Build
name: ✨ Publish
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -34,3 +34,8 @@ jobs:
with:
release_name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changelog }}

- name: 📦 Publish the crate
run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit d92ab1f

Please sign in to comment.