rte-france-rs/.forgejo/workflows/publish.yml
Frank Villaro-Dixon 861ab964b1
Some checks failed
publish crate / publish (push) Failing after 1m27s
CD: deploy to crates.io
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-10-29 23:12:24 +01:00

19 lines
No EOL
417 B
YAML

name: publish crate
on:
push:
branches:
- cicd
tags:
- 'v*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: https://github.com/katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}