Skip to content

Release 1.2.0

Release 1.2.0 #4

Workflow file for this run

name: Update CITATION.cff on Tag
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
pull-requests: write
jobs:
update-citation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: Adamtaranto/citation-sync-action@v1
with:
update-mode: match
use-pull-request: true
token: ${{ secrets.GITHUB_TOKEN }}