mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-30 15:10:33 +00:00
12 lines
299 B
YAML
12 lines
299 B
YAML
name: "full-release"
|
|
description: "full release on commit to master"
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
release:
|
|
runs-on: golang:1.16.6-alpine3.14
|
|
using: python:3.8.11-alpine3.14
|
|
steps:
|
|
- run: python3 scripts/version.py current --commit --commit --commit
|