Skip to content

feat: new article on compile time #78

feat: new article on compile time

feat: new article on compile time #78

Workflow file for this run

name: Release / Publish
on:
workflow_dispatch:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
pull-requests: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Rust
uses: moonrepo/setup-rust@v1
- name: Run Sampo Release/Publish Action
uses: bruits/sampo/crates/sampo-github-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
create-github-release: true
upload-binary: true