herald.go/.github/workflows/draft-release.yml
Jeffrey Picard 974e2ba7f8 workflows
2021-07-24 03:50:11 -04:00

13 lines
313 B
YAML

# draft-release.yml
name: "draft-release"
description: "draft release that runs on PRs"
on:
pull_request:
jobs:
draft-release:
runs-on: golang:1.16.6-alpine3.14
using: python:3.8.11-alpine3.14
steps:
- run: python3 scripts/version.py current --commit # creates a draft release