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

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