chore(ci): Add a CI script to publish from github actions (#2353)

This commit is contained in:
Donny/강동윤 2021-10-06 13:36:02 +09:00 committed by GitHub
parent 6d35e7c28d
commit 305f90ce76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 1 deletions

23
.github/workflows/publish-cargo.yml vendored Normal file
View File

@ -0,0 +1,23 @@
on: workflow_dispatch
name: Publish crates
jobs:
publish-all:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cargo-mono
run: |
cargo install cargo-mono
- name: Login
run: |
cargo login ${{ secrets.CARGO_TOKEN }}
- name: Publish crates
run: |
cargo mono publish

2
Cargo.lock generated
View File

@ -2525,7 +2525,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.8.2"
version = "0.8.3"
dependencies = [
"bitflags",
"lexical",