Skip to content

Commit

Permalink
ci: add publish ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Jan 13, 2024
1 parent 26f483a commit 94d6e6d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish

on:
push:
tags:
- "v*"
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./scripts/publish.sh
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 94d6e6d

Please sign in to comment.