2023-03-22 02:06:36 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
- 0.28.x
|
|
|
|
- 0.29.x
|
|
|
|
- 'test-ci/**'
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
name: Release
|
|
|
|
|
|
|
|
jobs:
|
2023-03-28 23:11:39 +00:00
|
|
|
release:
|
|
|
|
name: Release - dry-run
|
2023-03-22 02:06:36 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout Crate
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Checkout Toolchain
|
|
|
|
uses: dtolnay/rust-toolchain@stable
|
|
|
|
- name: run cargo
|
2023-03-28 23:11:39 +00:00
|
|
|
run: contrib/release.sh
|