Skip to content

Commit

Permalink
Add publish step to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lloyd03 committed Jan 25, 2024
1 parent f538e5e commit a104dd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ jobs:
files: |
uploads/rudric-linux.tar.gz
uploads/rudric-mac.zip
publish:
runs-on: ubuntu-latest
needs:
- release
steps:
- uses: actions/checkout@v4
- run: cargo publish --token ${{ secrets.CARGO_TOKEN }}

0 comments on commit a104dd7

Please sign in to comment.