mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-30 15:10:33 +00:00
14 lines
365 B
YAML
14 lines
365 B
YAML
# draft-release.yml
|
|
name: "draft-release"
|
|
on:
|
|
pull_request:
|
|
jobs:
|
|
draft-release:
|
|
runs-on: golang:1.16.6-alpine3.14
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-python@v2
|
|
with:
|
|
python-version: '3.8'
|
|
architecture: 'x64'
|
|
- run: python3 scripts/version.py current --commit # creates a draft release
|