Skip to content

Merge branch 'hotfix/0.10.4' #57

Merge branch 'hotfix/0.10.4'

Merge branch 'hotfix/0.10.4' #57

Workflow file for this run

name: Release
on:
push:
branches:
- 'hotfix/**'
- 'release/**'
tags-ignore:
- '_**'
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test.yml
with:
test-args: -- --include-ignored
call-release-workflow:
uses: FloGa/rust-workflows/.github/workflows/[email protected]
with:
targets-config: ./.github/targets.json
system-preparation: ./.github/prepare-system
secrets:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
needs:
- test