Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikeelde committed Jan 12, 2024
1 parent bdb7587 commit 65ed85c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Toggles app release
name: "Toggles app create github release"

on:
workflow_dispatch:
Expand All @@ -19,4 +19,4 @@ jobs:
disable-autolabeler: true
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_RELEASE_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: "Release published workflow"

on:
release:
types: [published]
Expand Down

0 comments on commit 65ed85c

Please sign in to comment.