From 65ed85c225c99c964a3a83f7882cbb45090fc3cd Mon Sep 17 00:00:00 2001 From: Erik Eelde Date: Fri, 12 Jan 2024 15:27:01 +0100 Subject: [PATCH] Update release --- .github/release-drafter.yml | 2 +- .github/workflows/app-release.yml | 4 ++-- .github/workflows/release_workflow.yml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 9ccda819..e3c24ff0 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,4 @@ -name-template: 'v$RESOLVED_VERSION 🌈' +name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features' diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 66874b54..86377141 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -1,4 +1,4 @@ -name: Toggles app release +name: "Toggles app create github release" on: workflow_dispatch: @@ -19,4 +19,4 @@ jobs: disable-autolabeler: true publish: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PUBLISH_RELEASE_TOKEN }} diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 038521f2..39e942b2 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -1,3 +1,5 @@ +name: "Release published workflow" + on: release: types: [published]