Skip to content

Commit

Permalink
Merge branch 'mokeyish-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyLoongZ committed Dec 28, 2024
2 parents 168c4cb + a8b7072 commit 94383e2
Show file tree
Hide file tree
Showing 22 changed files with 493 additions and 203 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,20 @@ jobs:
with:
version: ${{ needs.bump.outputs.version }}
prerelease: ${{ !contains('major, minor, patch', inputs.bump) }}

publish:
needs: [ "bump", "build" ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ needs.bump.outputs.version }}

- name: Setup
uses: ./.github/actions/setup

- name: Publish to crates.io
run: just publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Loading

0 comments on commit 94383e2

Please sign in to comment.