Skip to content

Release action

Release action #3

Workflow file for this run

name: Publish
on:
pull_request:
types:
- closed
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
publish:
runs-on: ubuntu-latest
if: github.event.pull_request.merge == true && github.event.pull_request.head == 'automated_release'
steps:
- name: Publish Update
run: cargo publish