Skip to content

Upgrade huge-commit to version 0.7.0 #3

Upgrade huge-commit to version 0.7.0

Upgrade huge-commit to version 0.7.0 #3

Workflow file for this run

name: release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}