Skip to content

Prepare v10.0.0 dev.3 (#263) #1

Prepare v10.0.0 dev.3 (#263)

Prepare v10.0.0 dev.3 (#263) #1

Workflow file for this run

name: Publish Crates
on:
workflow_dispatch:
push:
tags:
- v*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup sccache
uses: mozilla-actions/[email protected]
timeout-minutes: 5
continue-on-error: true
- name: Publish crates
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: ./scripts/publish.sh