cal.pub0.org/.github/workflows/release.yml

12 lines
250 B
YAML
Raw Normal View History

2022-11-08 20:32:05 +00:00
on:
push:
# Pattern matched against refs/tags
tags:
- "*" # Push events to every tag not containing /
jobs:
release:
runs-on: ubuntu-latest
steps:
- run: curl -X POST -d {} ${{ secrets.VERCEL_VERSIONED_DEPLOY_HOOK }}