Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

bump to v27.0.0

bump to v27.0.0 #33

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
name: publish-src
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo publish --no-verify --token ${{ secrets.CRATEIO_TOKEN }}