Skip to content

Update release pipeline (#77) #1

Update release pipeline (#77)

Update release pipeline (#77) #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
cut-release:
if: ${{ github.actor != 'github-actions[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install cargo-release
run: cargo install cargo-release
- name: Release latest version
run: cargo release --execute --no-confirm patch