2023-03-04 11:38:52 +01:00
|
|
|
name: Release Drafter
|
|
|
|
on: [push]
|
2023-03-04 11:36:58 +01:00
|
|
|
jobs:
|
|
|
|
release-drafter:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Check out repository
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
# Inception: install goaction from current code and
|
|
|
|
# update the action files.
|
|
|
|
- name: Install Go
|
|
|
|
uses: actions/setup-go@v1
|
|
|
|
with:
|
|
|
|
go-version: 1.19.x
|