Skip to content

Commit

Permalink
Merge pull request #41 from yassun7010/add_publish_ci
Browse files Browse the repository at this point in the history
ci: add publish ci.
  • Loading branch information
yassun7010 authored Jan 13, 2024
2 parents 26f483a + 94d6e6d commit ecd4607
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 ecd4607

Please sign in to comment.