From 963e3c4b5a39bf0089a2bf77419702f788b0f1b3 Mon Sep 17 00:00:00 2001 From: Christian Schulze Date: Sat, 4 Mar 2023 11:36:58 +0100 Subject: [PATCH] chore: updated CI --- .forgejo/workflows/release-drafter.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .forgejo/workflows/release-drafter.yml diff --git a/.forgejo/workflows/release-drafter.yml b/.forgejo/workflows/release-drafter.yml new file mode 100644 index 0000000..1415a3a --- /dev/null +++ b/.forgejo/workflows/release-drafter.yml @@ -0,0 +1,12 @@ +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 \ No newline at end of file