Skip to content

feat(zink): introduce storage mapping (#233) #20

feat(zink): introduce storage mapping (#233)

feat(zink): introduce storage mapping (#233) #20

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags:
- "v*"
jobs:
publish:
name: Publish
if: github.repository == 'zink-lang/zink'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: ./.github/actions/install-conta
- name: Release packages on crates.io
run: conta publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}