Skip to content

ChroMapper 0.13.892

ChroMapper 0.13.892 #1

Workflow file for this run

name: Promote Stable Release
on:
release:
types: [published]
jobs:
promote:
runs-on: ubuntu-latest
steps:
- name: Promote last Dev release to Stable
run: |
curl -X POST \
--fail -H "Authorization: Basic ${{ secrets.WEBHOOK_TOKEN }}" \
"${{ secrets.WEBHOOK_URL }}"